PrivateBin/.gitignore

41 lines
628 B
Plaintext
Raw Normal View History

# Ignore server files for safety
.htaccess
.htpasswd
cfg/*
!cfg/conf.sample.php
!cfg/.htaccess
# Ignore data/
2021-05-29 04:39:50 +08:00
/data/
2016-08-18 02:43:59 +08:00
# Ignore PhpDoc
doc/*
!doc/*.md
2016-08-18 02:00:29 +08: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-18 01:56:35 +08:00
vendor/**/build_phar.php
!vendor/**/*.php
2018-07-01 15:18:21 +08: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
2015-08-23 21:49:51 +08:00
.settings
.buildpath
.project
2015-08-23 21:49:51 +08:00
.externalToolBuilders
2018-07-01 15:18:21 +08:00
.c9
2021-05-29 04:39:50 +08:00
/.idea/
*.iml