diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-12 15:33:48 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2017-06-14 19:26:35 +0300 |
commit | 423ed22abf99180554b818c8aebe393789d0bbb5 (patch) | |
tree | b47046ab808378b34e428afb1b64ca58d941fdbd /.codeclimate.yml | |
parent | 14d528f65321d86f212c842e2e3740f28ca3483a (diff) | |
download | gitlab-ce-423ed22abf99180554b818c8aebe393789d0bbb5.tar.gz |
Add yarn cache to code climate ignore list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to '.codeclimate.yml')
-rw-r--r-- | .codeclimate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml index e5636a13783..fbffac6a0ad 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -36,3 +36,5 @@ exclude_paths: - spec/ - vendor/ - lib/api/v3/ +- .yarn-cache/ +- tmp/ |