-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
70 lines (67 loc) · 1.06 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/vendor/
.php~
/nbproject/
/.idea/
/.web-server-pid
/app/config/parameters.yml
/app/config/sylius_parameters.yml
/bin/
/build/
/doc/docker/entrypoint/*/*.sql
/dfsdata
/ezpublish_legacy
/node_modules/
/phpunit.xml
/var/*
!/var/cache
/var/cache/*
!var/cache/.gitkeep
!/var/logs
/var/logs/*
!var/logs/.gitkeep
!/var/sessions
/var/sessions/*
!var/sessions/.gitkeep
!/var/encore
/var/encore/*
!var/encore/.gitkeep
/vendor/
/web/bundles/
/web/assets/translations/*
/web/assets/build/*
!web/assets/build/.gitkeep
/web/assets/ezplatform/build/*
!/web/assets/ezplatform/build/.gitkeep
/node_modules/
/bin/*
!bin/.ci/
!bin/.travis/
!bin/console
!bin/vhost.sh
.php~
# Legacy related ignores, that are generated by composer (settings not handled out of the box)
/web/index_treemenu.php
/web/index_rest.php
/web/index_cluster.php
/web/assets/
/web/bundles/
/web/css/
/web/js/
/web/media/
/web/fonts/
/web/design
/web/extension
/web/share
/web/var
/web/.htaccess
composer.phar
composer.lock
ide-twig.json
yarn.lock
.buildpath
.project
.settings/
behat.yml
.php_cs.cache
auth.json
ide-twig.json