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

16 lines
235 B

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