feat: add htaccess
This commit is contained in:
parent
0ff69ec34b
commit
6405c22b6b
1 changed files with 6 additions and 0 deletions
6
.htaccess
Normal file
6
.htaccess
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Option -Indexes
|
||||||
|
|
||||||
|
<Location /.git>
|
||||||
|
Order deny, allow
|
||||||
|
Deny from all
|
||||||
|
</Location>
|
Loading…
Reference in a new issue