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