-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path.gitignore
52 lines (51 loc) · 1.54 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*.esproj
.idea
.nova
composer.lock
/content/images/*.*
!/content/images/index.html
/content/tmp/*.*
!/content/tmp/index.html
/content/form/*.*
!/content/form/index.html
/filearchive/*.*
!/filearchive/image_memoryinfo.png
!/filearchive/image_placeholder.png
!/filearchive/index.html
!/filearchive/can_be_deleted/index.html
!.htaccess
!.gitignore
include/config.codekit3
/include/build
/.htaccess
# Ignore files of the composer packages
/include/vendor/erusev/parsedown/.github/
/include/vendor/erusev/parsedown/tests/
/include/vendor/erusev/parsedown/docs/
/include/vendor/erusev/parsedown-extra/.github/
/include/vendor/erusev/parsedown-extra/tests/
/include/vendor/algo26-matthias/idna-convert/.github/
/include/vendor/algo26-matthias/idna-convert/tests/
/include/vendor/html2text/html2text/test/
/include/vendor/jakeasmith/http_build_url/tests/
/include/vendor/maennchen/zipstream-php/.github/
/include/vendor/maennchen/zipstream-php/test/
/include/vendor/markbaker/complex/.github/
/include/vendor/markbaker/complex/examples/
/include/vendor/markbaker/matrix/.github/
/include/vendor/markbaker/matrix/examples/
/include/vendor/netcarver/textile/docker/
/include/vendor/openpsa/universalfeedcreator/.github/
/include/vendor/openpsa/universalfeedcreator/test/
# Required for dev only
/include/vendor/rector
/include/vendor/phpstan
/include/vendor/bin/phpstan
/include/vendor/bin/phpstan.phar
/include/vendor/bin/rector
/rector.php
/include/vendor/bin
/include/vendor/dealerdirect
/include/vendor/phpcompatibility
/include/vendor/phpcsstandards
/include/vendor/squizlabs