From 085e62fc7a0f871210cc3d7b1c30890aa3332869 Mon Sep 17 00:00:00 2001 From: Chandler Cain Date: Thu, 10 Oct 2019 23:03:17 -0400 Subject: Prevent access to .git/ directory --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ed19066 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +RedirectMatch 404 /\.git -- cgit v1.1