update .gitignore for local build

This commit is contained in:
Fazri Gading
2026-01-21 16:04:17 +08:00
parent d002e831cd
commit 234e1e1008

8
.gitignore vendored
View File

@@ -1,3 +1,11 @@
dist/* dist/*
node_modules/* node_modules/*
bun.lock bun.lock
# Build artifacts
src/
pkg/
# Package files
*.tar.zst
*.zst