2016-08-17 19:37:40 +02:00
|
|
|
# Ignore server files for safety
|
2015-08-16 15:55:31 +02:00
|
|
|
.htaccess
|
|
|
|
.htpasswd
|
2018-05-21 19:32:01 +02:00
|
|
|
cfg/*
|
|
|
|
!cfg/conf.sample.php
|
|
|
|
!cfg/.htaccess
|
2016-08-17 19:37:40 +02:00
|
|
|
|
|
|
|
# Ignore data/
|
2021-05-28 22:39:50 +02:00
|
|
|
/data/
|
2016-08-17 19:37:40 +02:00
|
|
|
|
2016-08-17 20:43:59 +02:00
|
|
|
# Ignore PhpDoc
|
|
|
|
doc/*
|
|
|
|
!doc/*.md
|
|
|
|
|
2016-08-17 20:00:29 +02:00
|
|
|
# Ignore vendor dir of Composer except PHP files
|
2016-08-17 19:37:40 +02:00
|
|
|
vendor/*.*
|
|
|
|
vendor/*/*.*
|
|
|
|
vendor/*/*/*.*
|
|
|
|
vendor/*/*/*/*.*
|
|
|
|
vendor/*/*/*/*/*.*
|
|
|
|
vendor/*/*/*/*/*/*.*
|
|
|
|
vendor/**/LICENSE
|
|
|
|
vendor/**/test
|
|
|
|
vendor/**/tst
|
|
|
|
vendor/**/tests
|
2016-08-17 19:56:35 +02:00
|
|
|
vendor/**/build_phar.php
|
2016-08-17 19:37:40 +02:00
|
|
|
!vendor/**/*.php
|
|
|
|
|
2018-07-01 09:18:21 +02:00
|
|
|
# Ignore local node modules, unit testing logs, api docs and IDE project files
|
2017-01-29 14:31:44 +01:00
|
|
|
js/node_modules/
|
2017-03-26 09:24:42 +02:00
|
|
|
js/test.log
|
2016-08-10 15:01:47 +02:00
|
|
|
tst/log/
|
2017-03-24 21:30:08 +01:00
|
|
|
tst/ConfigurationCombinationsTest.php
|
2023-08-04 06:32:33 +02:00
|
|
|
tst/.phpunit.result.cache
|
2015-08-23 15:49:51 +02:00
|
|
|
.settings
|
2012-04-30 22:58:08 +02:00
|
|
|
.buildpath
|
|
|
|
.project
|
2015-08-23 15:49:51 +02:00
|
|
|
.externalToolBuilders
|
2018-07-01 09:18:21 +02:00
|
|
|
.c9
|
2021-05-28 22:39:50 +02:00
|
|
|
/.idea/
|
|
|
|
*.iml
|