From a9158373a7ad4fe62024888cf0083ffa69982c87 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Sat, 22 Jun 2024 11:32:39 +0100 Subject: [PATCH] chore(all): add child packages to ignore --- .changeset/config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index c361daeaa..fca77d967 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,13 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "minor", - "ignore": ["@devtools/*", "packages/*", "!packages/typedoc-plugin-markdown"] + "ignore": [ + "@devtools/*", + "typedoc-plugin-frontmatter", + "typedoc-plugin-remark", + "typedoc-github-wiki-theme", + "typedoc-gitlab-wiki-theme", + "typedoc-vitepress-theme", + "docusaurus-plugin-typedoc" + ] }