From 0af987651cd210a0db88765463d2b9da887828c2 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 12 May 2026 02:16:41 -0700 Subject: [PATCH] chore: un-ignore /dist/ Appended '\!/dist/' override to the bottom of .gitignore so the committed build output is tracked. node_modules and other Nuxt-template-default entries remain ignored. Verified with 'git check-ignore -v dist/index.js' (no match, exit 1). --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2309cc8..22153b5 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,6 @@ dist .yarn/install-state.gz .pnp.* + +# package: ship pre-compiled dist/ +!/dist/