From 423ed22abf99180554b818c8aebe393789d0bbb5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 12 Jun 2017 15:33:48 +0300 Subject: [PATCH] Add yarn cache to code climate ignore list Signed-off-by: Dmitriy Zaporozhets --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) 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/