From 3cca2454c93d90e4fdd2410169372d7d831a8a15 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Sun, 8 Mar 2026 07:52:23 +1000 Subject: [PATCH] chore: ignore tarball artifacts --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9029ec1..ccf6b2f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules /dist *.log .DS_Store +*.tgz