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
12 lines
95 B
Plaintext
12 lines
95 B
Plaintext
/node_modules
|
|
/dist
|
|
/src-tauri/target
|
|
*.log
|
|
.idea
|
|
.DS_Store
|
|
~
|
|
.codex*
|
|
target
|
|
|
|
*.pkg.tar.zst
|
|
pkg |