sdlweb: Protect the git repo files, we're not using Mercurial anymore

From 5b5e677420fc510728cf7f8c0915e33465eed7e4 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 8 Jul 2021 15:26:06 +0000
Subject: [PATCH] Protect the git repo files, we're not using Mercurial anymore

---
 .htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.htaccess b/.htaccess
index d8c55cc..b3387e2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -5,7 +5,7 @@ Order deny,allow
 Deny from all
 </Files>
 
-<Files .hg>
+<Files .git>
     order allow,deny
     deny from all
 </Files>