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).
This commit is contained in:
2026-05-12 02:16:41 -07:00
parent 7d194a9ced
commit 0af987651c

3
.gitignore vendored
View File

@@ -136,3 +136,6 @@ dist
.yarn/install-state.gz
.pnp.*
# package: ship pre-compiled dist/
!/dist/