Add htaccess file.
authorP2P-Next Koala <p2p-next@koala.cs.pub.ro>
Tue, 5 Jul 2011 12:22:18 +0000 (15:22 +0300)
committerP2P-Next Koala <p2p-next@koala.cs.pub.ro>
Tue, 5 Jul 2011 12:22:18 +0000 (15:22 +0300)
.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..f4df5de
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,8 @@
+<Files .gitignore>
+       Order allow,deny
+       Deny from all
+</Files>
+<Files .git>
+       Order allow,deny
+       Deny from all
+</Files>