diff --git a/.gitignore b/.gitignore index 74cc564..1e4ac3e 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ storybook/custom-elements.json # so `html.customData` in .vscode/settings.json can resolve it vscode.html-custom-data.json vscode.css-custom-data.json + +# `cem analyze` outputs using `wcb` plugins +.wcb \ No newline at end of file diff --git a/docs/src/content/docs/guides/cem-plugin.mdx b/docs/src/content/docs/guides/cem-plugin.mdx index b06707c..36a44ef 100644 --- a/docs/src/content/docs/guides/cem-plugin.mdx +++ b/docs/src/content/docs/guides/cem-plugin.mdx @@ -49,12 +49,25 @@ Then run the analyzer: npx cem analyze ``` - - ## What it produces