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 9 years ago committed by GitHub
commit 995335b54d
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save