Update .gitignore to exclude build artifacts

- Added 'bundle/' to .gitignore to prevent build artifacts from being tracked in the repository.
This commit is contained in:
2026-03-06 21:38:33 +01:00
parent c5625d9b39
commit 3bef69fb5a

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ Thumbs.db
desktop.ini
# Build-Artefakte
bundle/
*.exe
*.dll
*.pdb