-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
91 lines (91 loc) · 2.37 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/vendor/
.php~
/nbproject/
/.idea/
/bin/behat
/bin/phpunit
/ezpublish/cache
!/ezpublish/cache/.keep
/ezpublish/logs
!/ezpublish/logs/.keep
/ezpublish_legacy/autoload/
/ezpublish_legacy/var/autoload/
/ezpublish_legacy/var/cache/
/ezpublish_legacy/var/*/cache/
/ezpublish_legacy/var/*_site/
/ezpublish_legacy/var/log/
/ezpublish_legacy/var/*/log/
/ezpublish_legacy/var/storage/
/ezpublish_legacy/var/test*
/ezpublish_legacy/.project
/ezpublish_legacy/.idea/
/ezpublish_legacy/nbproject/
/ezpublish_legacy/bin/linux/ezlupdate
/ezpublish_legacy/bin/win32
*.DS_Store
/ezpublish/config/parameters.yml
/ezpublish/sessions
/ezpublish/bootstrap.php.cache
/web/index_treemenu.php
/web/index_rest.php
/web/index_cluster.php
/web/bundles/
/web/design
/web/extension
/web/share
/web/var
/web/.htaccess
composer.phar
.buildpath
.project
.settings/
/ezpublish_legacy/bin
/ezpublish_legacy/cronjobs
/ezpublish_legacy/design
/ezpublish_legacy/doc
/ezpublish_legacy/extension/ezautosave
/ezpublish_legacy/extension/ezdemo
/ezpublish_legacy/extension/ezflow
/ezpublish_legacy/extension/ezformtoken
/ezpublish_legacy/extension/ezgmaplocation
/ezpublish_legacy/extension/ezie
/ezpublish_legacy/extension/ezjscore
/ezpublish_legacy/extension/ezmultiupload
/ezpublish_legacy/extension/ezodf
/ezpublish_legacy/extension/ezoe
/ezpublish_legacy/extension/ezprestapiprovider
/ezpublish_legacy/extension/ezstarrating
/ezpublish_legacy/extension/ezmbpaex
/ezpublish_legacy/extension/ezwt
/ezpublish_legacy/extension/ngsymfonytools
/ezpublish_legacy/benchmarks
/ezpublish_legacy/templates
/ezpublish_legacy/tests
/ezpublish_legacy/.gitignore
/ezpublish_legacy/composer.json.dist
/ezpublish_legacy/LICENSE
/ezpublish_legacy/kernel
/ezpublish_legacy/lib
/ezpublish_legacy/schemas
/ezpublish_legacy/settings/*.ini
/ezpublish_legacy/settings/override
/ezpublish_legacy/share
/ezpublish_legacy/support
/ezpublish_legacy/update
/ezpublish_legacy/var
/ezpublish_legacy/.htaccess_root
/ezpublish_legacy/.travis.yml
/ezpublish_legacy/autoload.php
/ezpublish_legacy/composer.json
/ezpublish_legacy/config.php-RECOMMENDED
/ezpublish_legacy/ezpm.php
/ezpublish_legacy/ezpublish.cron
/ezpublish_legacy/index.php
/ezpublish_legacy/index_cluster.php
/ezpublish_legacy/index_rest.php
/ezpublish_legacy/index_treemenu.php
/ezpublish_legacy/kickstart.ini-dist
/ezpublish_legacy/README.md
/ezpublish_legacy/runcronjobs.php
/ezpublish_legacy/soap.php
/ezpublish_legacy/webdav.php