diff --git a/.gitignore b/.gitignore index 745c9dc..02ed2e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ # Ignore data/ and tmp/ data/ tmp/ +# Ignore unit testing logs and eclipse project files tst/log/ .settings/ .buildpath .project +# Ignore for safety +.htaccess +.htpasswd