From 38b6de3ba7999142a21e564f99a5786e5454660f Mon Sep 17 00:00:00 2001 From: Liane Hampe Date: Tue, 15 Aug 2023 13:24:02 +0200 Subject: [PATCH] Adds tmp/ dir to .gitignore The tmp/ dir might contain code coverage results or other output of static code analyser. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7e2daa8f..e4c844d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /redmine_dmsf.iml Gemfile.lock .history +tmp/