Ignore local makepkg build artifacts

This commit is contained in:
Breadway 2026-07-15 19:18:25 +08:00
parent 292172909a
commit 89ebb3bb2f

6
.gitignore vendored
View file

@ -2,6 +2,12 @@
/target/
**/*.pdb
# makepkg local build artifacts
packaging/pkg/
packaging/src/
packaging/*.tar.gz
packaging/*.pkg.tar.zst
# Editor / IDE
.vscode/
.idea/