PrivateBin/.gitignore

14 lines
210 B
Plaintext

# Ignore for safety
.htaccess
.htpasswd
# Ignore data/ and vendor/
data/
vendor/
# Ignore unit testing logs, api docs and eclipse project files
doc/
tst/log/
.settings
.buildpath
.project
.externalToolBuilders