Add .build-stages/ to .gitignore

- Build stage tracking should not be in git repository
- Local development state only
This commit is contained in:
2025-09-05 12:04:05 +02:00
parent 8c3868b242
commit c466d2dec6

3
.gitignore vendored
View File

@@ -36,4 +36,5 @@ linux-*.tar.xz
# OS generated files
.DS_Store
Thumbs.db
Thumbs.db# Build stage tracking (should not be in git)
.build-stages/