diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..9598aa1 --- /dev/null +++ b/.htaccess @@ -0,0 +1,12 @@ + + +RewriteEngine on +RewriteBase / + +# block git repo +RewriteRule ^.git/(.*) error [R=301,L] +RewriteRule ^.gitattributes error [R=301,L] +RewriteRule ^.gitignore error [R=301,L] +RewriteRule ^.gitmodules error [R=301,L] + +