From fe8198fb4febeaf189beff00b449716b61651c21 Mon Sep 17 00:00:00 2001 From: Robin Howard Date: Mon, 15 Jul 2024 17:43:00 +1000 Subject: [PATCH] Ignore the case artefact zips. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8e75a24..564532a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ *.FCStd1 *.FCBak *.blend1 + +# We have the files committed in the dirs, we don't need these. +/case/artefacts/*.zip