diff options
author | Nathan Friend <nathan@gitlab.com> | 2019-05-23 12:42:51 -0300 |
---|---|---|
committer | Nathan Friend <nathan@gitlab.com> | 2019-05-23 12:42:51 -0300 |
commit | 6fa7fddd903f19657381cae5289bd4fe475cac28 (patch) | |
tree | 5ce782a48d6a0a8a656724fc7a153e22a6d298de /.gitignore | |
parent | 671fadf1ab604daa0caf61944a9a152836dffecb (diff) | |
download | gitlab-ce-6fa7fddd903f19657381cae5289bd4fe475cac28.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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
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 |