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
204 B

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