From 60eb29acba7c862ea201d9a1ac450e58f70f15fb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 22:54:15 +0300 Subject: [PATCH] Ignore the reports directory. For various junit-like reports. --- .config/git/ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/ignore b/.config/git/ignore index 0314e2c..31ee437 100644 --- a/.config/git/ignore +++ b/.config/git/ignore @@ -53,3 +53,4 @@ dist/ tfplan *.tfstate* *.venv +reports/ -- GitLab