Add .htaccess

This commit is contained in:
Steffen Lange 2023-09-25 23:23:20 +02:00
parent 15c706fa36
commit 781eed2b3d

3
.htaccess Normal file
View file

@ -0,0 +1,3 @@
<IfModule mod_alias.c>
RedirectMatch 404 ^/\.git
</IfModule>