From 3b3a841be62045682d8c4172b31833ca44c84044 Mon Sep 17 00:00:00 2001 From: Mihail Fedorov Date: Fri, 1 Nov 2013 01:20:59 +0100 Subject: [PATCH] Included .htaccess and .htapasswd for safety. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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