chore(config): update gitignore to exclude build artifacts

Updates the .gitignore file to ensure that generated package files and local build directories are ignored by Git. This prevents unnecessary binary data from being tracked in the repository history, keeping the project clean.

- Ignore pkg directory
- Ensure exclusion of tarball packages
This commit is contained in:
2026-07-11 17:35:48 +02:00
parent 286b106baa
commit 59a8f34e0e
+2 -1
View File
@@ -8,4 +8,5 @@
.codex*
target
*.pkg.tar.zst
*.pkg.tar.zst
pkg