-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
51 lines (50 loc) · 1.2 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
# All user specific files from now on should be kept in the global .gitignore file
# located in the user's local environment. To do so you have to inform Git which
# files should be excluded globally (for every Git repository).
#
# Here is a short instruction about how to exclude selected files globally:
#
# - create a new .gitignore file in your home folder:
# touch ~/.gitignore
#
# - add some exclusions, eg:
# /nbproject/
# /.idea/
#
# - inform Git where it should start looking for .gitignore file:
# git config --global core.excludesfile ~/.gitignore
#
# More details about excluding specific file on your local environment can be found
# in the official GitHub article: https://help.github.com/articles/ignoring-files/
.idea
/vendor/
.php~
/bin/behat
/bin/phpunit
/app/check.php
/app/SymfonyRequirements.php
/app/cache/
/app/logs/
/ezpublish_legacy
/app/config/parameters.yml
/app/bootstrap.php.cache
/doc/docker-compose/entrypoint/*/*.sql
/web/index_treemenu.php
/web/index_rest.php
/web/index_cluster.php
/web/bundles/
/web/css/
/web/js/
/web/design
/web/extension
/web/share
/web/var
composer.phar
.buildpath
.project
.settings/
behat.yml
.php_cs.cache
/.cp-remote-settings.yml
cp-remote-logs
tests/_output/*