mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
* feat(playground): add svelte 5 playground * fix(playground): exclude svelte 5 examples that includes html files since it does not work * fix: use "/untitled" on Svelte 5 playground base url Co-authored-by: brunnerh <brunnerh@users.noreply.github.com> * feat(playground): include snippet title key in json hashed --------- Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
33 lines
331 B
Plaintext
33 lines
331 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Lint
|
|
.eslintcache
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
src/generatedContent
|
|
|
|
archive
|
|
|
|
vite.config.js.timestamp* |