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:
@@ -9,3 +9,4 @@
|
|||||||
target
|
target
|
||||||
|
|
||||||
*.pkg.tar.zst
|
*.pkg.tar.zst
|
||||||
|
pkg
|
||||||
Reference in New Issue
Block a user