Created
November 20, 2015 10:43
-
-
Save krohn/ad398ae16536aa5b1484 to your computer and use it in GitHub Desktop.
Verhindert Zugriff auf GIT/SVN Referenzen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<DirectoryMatch ".*/\.(git|svn)/.*"> | |
Require all denied | |
</DirectoryMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Die Verzeichnisse .git und .svn habe sowas von rein gar nichts auf Produktiv-Systemen zu suchen.
Ist aber mal etwas schiefgegangen, ist dies der Fallschirm...