From c466d2dec69bd86ba227d23e15c0f10641cc5868 Mon Sep 17 00:00:00 2001 From: Jan De Landtsheer Date: Fri, 5 Sep 2025 12:04:05 +0200 Subject: [PATCH] Add .build-stages/ to .gitignore - Build stage tracking should not be in git repository - Local development state only --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 204d8ab..32477e9 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ linux-*.tar.xz # OS generated files .DS_Store -Thumbs.db \ No newline at end of file +Thumbs.db# Build stage tracking (should not be in git) +.build-stages/