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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-30 22:32:44 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-30 22:32:44 +0300
commite0a1d54e1a3f127c74a71cc09b14e884880d7d7c (patch)
tree8d1c4ee5affc88272debf6004264025d323e34b9 /.gitignore
parent8c4b6d426d11de682db601a5ca585c11bcd0cd23 (diff)
Don't ignore any folder called tags :|
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7a7b5c93936..3e30fb8cf77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,6 @@ public/assets/
public/uploads.*
public/uploads/
rails_best_practices_output.html
-tags
+/tags
tmp/
vendor/bundle/*