Open
Description
In PR #617, we introduced a config to allow skipping annotations on certain components by providing their names. It would be nice to also have a config option that allows you to set specific files that should have no annotations applied. This is useful in the case where a specific file is known to have several components that are incompatible with the plugin, and you don't want to have to list every single component name in the configs
{
name: "ignoredFiles",
type: "string[]",
fullDescription:
"A list of strings representing local paths to files to ignore. The plugin will not perform any annotations on components in these files.",
supportedBundlers: ["webpack", "vite", "rollup"],
}