PrivateBin/.gitignore

40 lines
729 B
Plaintext
Raw Normal View History

# Ignore server files for safety
.htaccess
.htpasswd
cfg/conf.php
# Ignore data/
data/
2016-08-18 02:43:59 +08:00
# Ignore PhpDoc
doc/*
!doc/*.md
# Ignore developers composer status so it isn't accidentally checked in,
# see https://github.com/PrivateBin/PrivateBin/issues/84
composer.lock
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
# Ignore local node modules, unit testing logs, api docs and eclipse 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