Add .htaccess

This commit is contained in:
Steffen Lange 2023-09-25 23:22:59 +02:00
parent 14ebedb83f
commit f3c4d3a791

3
.htaccess Normal file
View file

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