summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friend <nathan@gitlab.com>2019-05-23 12:42:51 -0300
committerNathan Friend <nathan@gitlab.com>2019-05-23 12:42:51 -0300
commit6fa7fddd903f19657381cae5289bd4fe475cac28 (patch)
tree5ce782a48d6a0a8a656724fc7a153e22a6d298de
parent671fadf1ab604daa0caf61944a9a152836dffecb (diff)
downloadgitlab-ce-nfriend-ignore-rubocop-cache-files.tar.gz
Ignore tmp/rubocop_cache directoriesnfriend-ignore-rubocop-cache-files
This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
-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