-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
60 lines (60 loc) · 974 Bytes
/
.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
.idea/
.sass-cache/
.tmp/
node_modules/
/bin/*
!bin/.ci/
!bin/.travis/
!bin/console
!bin/platformsh_prestart_cacheclear.sh
!bin/vhost.sh
!bin/sync_db_and_var.sh
/app/config/parameters.yml
/app/config/server/local/
/app/config/server/local.yml
/app/solr
/doc/docker/entrypoint/*/*.sql
/dfsdata
/extension/
/ezpublish_legacy/
/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/assets/app/*
!/web/assets/app/build/
/web/assets/build/*
/web/assets/ezplatform/*
!/web/assets/ezplatform/build/
/web/bundles/
/web/design
/web/extension
/web/share
/web/var
/web/.htaccess
/web/index_treemenu.php
/web/index_rest.php
/web/index_cluster.php
/web/robots.txt
auth.json
behat.yml
composer.phar
ide-twig.json
package-lock.json
studio.json
yarn-error.log
.DS_Store
.php_cs.cache
.phpunit.result.cache
.web-server-pid