From 234e1e10089785ae1e379d40cf00f1a1436e139b Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Wed, 21 Jan 2026 16:04:17 +0800 Subject: [PATCH] update .gitignore for local build --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 042d649..56f6219 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ dist/* node_modules/* bun.lock + +# Build artifacts +src/ +pkg/ + +# Package files +*.tar.zst +*.zst \ No newline at end of file