27 lines
456 B
Text
27 lines
456 B
Text
node_modules/
|
|
dist/
|
|
|
|
# temporary files
|
|
*~
|
|
*swo
|
|
*swp
|
|
|
|
# nitro site
|
|
*.log*
|
|
.nitro
|
|
.cache
|
|
.output
|
|
.env
|
|
.eslintcache
|
|
|
|
# vitest
|
|
coverage
|
|
|
|
# storybook (all generated: `pnpm -F storybook analyze` / `build`)
|
|
storybook/storybook-static
|
|
storybook/custom-elements.json
|
|
|
|
# VS Code HTML custom data, emitted to the repo root by the same analyze run
|
|
# so `html.customData` in .vscode/settings.json can resolve it
|
|
vscode.html-custom-data.json
|
|
vscode.css-custom-data.json
|