Some friendly comments in .gitignore
[website] / .htaccess
index 8f51224..d28ff9f 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -2,3 +2,7 @@ Options Indexes Includes
 XBitHack On
 AddType text/html .template
 AddOutputFilter INCLUDES .template
+SetEnvIf User-Agent "git/*" BadGuy=1
+Order allow,deny
+Deny from env=BadGuy
+Allow from all