diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-26 13:16:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 13:16:50 +0200 |
commit | 995335b54da3ba0c1954ac0664e86e7239cb5847 (patch) | |
tree | bd763fcce73d7342833147b464ef8a83cf6117b0 /.gitignore | |
parent | 363618249d09e9003ddc2732d6fea01ec0525d89 (diff) | |
parent | 96a474c4e56aa31867a483eb84d7a887b680d196 (diff) | |
download | nextcloud-server-995335b54da3ba0c1954ac0664e86e7239cb5847.tar.gz nextcloud-server-995335b54da3ba0c1954ac0664e86e7239cb5847.zip |
Merge pull request #1921 from nextcloud/ignore-htaccess
Ignore .htaccess So no one commits the crappy 403 and 404 anymore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3f97ff504d..f25fb52ce2d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /config/mount.php /apps/inc.php /assets +/.htaccess # ignore all apps except core ones /apps*/* |