From 7149bfe5daa71bb23dc74cad5256c508a9766061 Mon Sep 17 00:00:00 2001 From: Mathew Goldsborough <1759329+mgoldsborough@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:54:16 -1000 Subject: [PATCH] Add *.tgz to gitignore to prevent pnpm pack artifacts from being tracked --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68163b5..b0d39f0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules/ dist/ build/ *.tsbuildinfo +*.tgz .astro/ # Turborepo