chore: add ignore list to changeset config

This commit is contained in:
braks
2022-10-08 22:47:41 +02:00
committed by Braks
parent 97d498c117
commit 667078e760

View File

@@ -3,7 +3,7 @@
"changelog": ["@changesets/changelog-github", { "repo": "bcakmakoglu/vue-flow" }],
"fixed": [],
"updateInternalDependencies": "patch",
"ignore": [],
"ignore": ["docs", "tests", "nuxt3-examples", "quasar-examples", "vite-examples"],
"commit": false,
"linked": [],
"access": "public",