mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-08-04 04:24:33 -04:00
13 lines
204 B
Text
13 lines
204 B
Text
# 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
|