diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-26 10:47:18 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-10-26 10:47:18 +0200 |
commit | 96a474c4e56aa31867a483eb84d7a887b680d196 (patch) | |
tree | fb29261946e149821f4575f3811df1d1ec502cde /.gitignore | |
parent | 89574367bcc57da5eda6d13ffcfd8a12de68ea26 (diff) | |
download | nextcloud-server-96a474c4e56aa31867a483eb84d7a887b680d196.tar.gz nextcloud-server-96a474c4e56aa31867a483eb84d7a887b680d196.zip |
So no one commits the crappy 403 and 404 anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 56095af8308..9296673c5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /config/mount.php /apps/inc.php /assets +/.htaccess # ignore all apps except core ones /apps*/* |