From 529bd8e601ed3303d277dc6d0f4e8e56ee1deeaa Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 31 Oct 2020 00:19:50 +0100 Subject: [PATCH] add .htaccess to block access to repository below .git --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..093414a --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +RedirectMatch 403 ^/.git/.*$