Included .htaccess and .htapasswd for safety.

pull/17/head
Mihail Fedorov 11 years ago committed by Simon Rupf
parent 72f5361a77
commit 3b3a841be6

4
.gitignore vendored

@ -1,7 +1,11 @@
# Ignore data/ and tmp/ # Ignore data/ and tmp/
data/ data/
tmp/ tmp/
# Ignore unit testing logs and eclipse project files
tst/log/ tst/log/
.settings/ .settings/
.buildpath .buildpath
.project .project
# Ignore for safety
.htaccess
.htpasswd

Loading…
Cancel
Save