From 4282ab8e91fddc9834d0fb55eddcfa9903c870a2 Mon Sep 17 00:00:00 2001 From: csett86 Date: Fri, 24 Jan 2025 14:03:29 +0000 Subject: [PATCH] .git ordner im Webhosting blocken --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..c1e0189 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +RedirectMatch 404 /\.git \ No newline at end of file