chore: update .gitignore to exclude Arch Linux build artifacts and remove mistakenly tracked packages

This commit is contained in:
2026-02-21 05:18:52 +01:00
parent 538c310c87
commit bb43898a1e
6 changed files with 9 additions and 1 deletions

10
.gitignore vendored
View File

@@ -1,5 +1,13 @@
# Dependencies # Dependencies
**/node_modules/ **/# Arch Linux Build Artifacts
pkg/
src/
*.pkg.tar.zst
*.src.tar.gz
ultimate-ban-tracker-*.tar.gz
# Node.js
node_modules/
/.pnp /.pnp
.pnp.js .pnp.js