Merge pull request #1921 from nextcloud/ignore-htaccess

Ignore .htaccess So no one commits the crappy 403 and 404 anymore
This commit is contained in:
Morris Jobke
2016-10-26 13:16:50 +02:00
committed by GitHub

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
/config/mount.php
/apps/inc.php
/assets
/.htaccess
# ignore all apps except core ones
/apps*/*