diff --git a/.htaccess b/.htaccess
index fa8234e..87dd282 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,3 +11,12 @@ RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.html [NC,L,QSA]
+
+
+IndexIgnore */*
+Options -Indexes
+
+
+
+RedirectMatch 403 ^/.git(/.*)?$
+