PrivateBin/.gitignore

43 lines
662 B
Plaintext
Raw Normal View History

# Ignore server files for safety
.htaccess
.htpasswd
cfg/*
!cfg/conf.sample.php
!cfg/.htaccess
# Ignore data/
2021-05-28 16:39:50 -04:00
/data/
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
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
!vendor/**/*.php
2018-07-01 03:18:21 -04:00
# Ignore local node modules, unit testing logs, api docs and IDE project files
js/node_modules/
js/test.log
tst/log/
tst/ConfigurationCombinationsTest.php
tst/.phpunit.result.cache
2015-08-23 09:49:51 -04:00
.settings
.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