Files
GitLite/.gitignore
T
Christoph 59a8f34e0e 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
2026-07-11 17:35:48 +02:00

12 lines
95 B
Plaintext

/node_modules
/dist
/src-tauri/target
*.log
.idea
.DS_Store
~
.codex*
target
*.pkg.tar.zst
pkg