Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friend <nathan@gitlab.com>2019-05-23 18:42:51 +0300
committerNathan Friend <nathan@gitlab.com>2019-05-23 18:42:51 +0300
commit6fa7fddd903f19657381cae5289bd4fe475cac28 (patch)
tree5ce782a48d6a0a8a656724fc7a153e22a6d298de /.gitignore
parent671fadf1ab604daa0caf61944a9a152836dffecb (diff)
Ignore tmp/rubocop_cache directories
This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension.
Diffstat (limited to '.gitignore')
-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