diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-30 19:49:51 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-30 19:49:51 +0200 |
commit | c19e766f1edd927b911187052c859b1f1af76eee (patch) | |
tree | 4b75fdc3c06adabf1376fdc1d5be00a300cc1a6d /.gitignore | |
parent | eb3e07a509d360922ff52c3634be7770104b0994 (diff) | |
download | gitlab-ce-c19e766f1edd927b911187052c859b1f1af76eee.tar.gz |
Added vendor/bundle to gitignore. Removed project js slugify
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d22760e7780..94a210b9461 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ db/data.yml .idea .DS_Store .chef +vendor/bundle/* |