fix(gitignore): allow committed changesets
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -10,6 +10,11 @@ node_modules/
|
||||
dist/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Changesets are committed with published package changes.
|
||||
!.changeset/
|
||||
!.changeset/*.md
|
||||
!.changeset/*.json
|
||||
|
||||
# Coverage reports
|
||||
coverage/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user