diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:32:44 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:32:44 +0200 |
commit | e0a1d54e1a3f127c74a71cc09b14e884880d7d7c (patch) | |
tree | 8d1c4ee5affc88272debf6004264025d323e34b9 /.gitignore | |
parent | 8c4b6d426d11de682db601a5ca585c11bcd0cd23 (diff) | |
download | gitlab-ce-e0a1d54e1a3f127c74a71cc09b14e884880d7d7c.tar.gz |
Don't ignore any folder called tags :|
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
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/* |