summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-23 17:40:46 +0000
committerStan Hu <stanhu@gmail.com>2019-05-23 17:40:46 +0000
commita95505739944bb5de3be6e190f68d0c1ca16ea0a (patch)
tree8034614d00455cbac83aea074565055d03bbae1a
parent57d9f88fd5659da349473e1636f1271b0995c7b0 (diff)
parent6fa7fddd903f19657381cae5289bd4fe475cac28 (diff)
downloadgitlab-ce-a95505739944bb5de3be6e190f68d0c1ca16ea0a.tar.gz
Merge branch 'nfriend-ignore-rubocop-cache-files' into 'master'
Ignore files in tmp/rubocop_cache/** See merge request gitlab-org/gitlab-ce!28672
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 627c806787b..cb718a6939f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@ package-lock.json
/junit_*.xml
/coverage-frontend/
jsdoc/
+**/tmp/rubocop_cache/** \ No newline at end of file