Merge pull request #1921 from nextcloud/ignore-htaccess

Ignore .htaccess So no one commits the crappy 403 and 404 anymore
pull/1923/head
Morris Jobke 2016-10-26 13:16:50 +07:00 committed by GitHub
commit 995335b54d
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored

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