Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-26 14:16:50 +0300
committerGitHub <noreply@github.com>2016-10-26 14:16:50 +0300
commit995335b54da3ba0c1954ac0664e86e7239cb5847 (patch)
treebd763fcce73d7342833147b464ef8a83cf6117b0 /.gitignore
parent363618249d09e9003ddc2732d6fea01ec0525d89 (diff)
parent96a474c4e56aa31867a483eb84d7a887b680d196 (diff)
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--.gitignore1
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*/*