From 6fa7fddd903f19657381cae5289bd4fe475cac28 Mon Sep 17 00:00:00 2001 From: Nathan Friend Date: Thu, 23 May 2019 12:42:51 -0300 Subject: Ignore tmp/rubocop_cache directories This commit ignores the temporary cache directories that I _think_ are created by the VSCode Ruby extension. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1