You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
privatebin/.gitignore

14 lines
210 B

# 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