Ver Fonte

Included .htaccess and .htapasswd for safety.

Mihail Fedorov há 12 anos atrás
pai
commit
3b3a841be6
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -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