From 62ca2d5b85939bbf379e26f2767c3036e17c7669 Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sun, 7 Jan 2024 10:07:46 +1300 Subject: [PATCH] CICD: Ignore Artefact from CICD Versioning Ignore the `nightly-builds` directory added by the versioning scripts for the new CICD builds. Signed-off-by: Michael Keller --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aacd98d4c..a26a4fabb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ Subsurface.app .DS_Store !android/**/*.xml build* +nightly-builds/ mobile-widgets/qml/kirigami packaging/ios/install-root packaging/ios/Info.plist