fix(gitignore): allow committed changesets

This commit is contained in:
gsxdsm
2026-04-29 10:02:04 -07:00
parent f4de01a153
commit 0e62902ce7

5
.gitignore vendored
View File

@@ -10,6 +10,11 @@ node_modules/
dist/
*.tsbuildinfo
# Changesets are committed with published package changes.
!.changeset/
!.changeset/*.md
!.changeset/*.json
# Coverage reports
coverage/