Files
component-party/.gitignore
Mathieu Schimmerling 522d669a0f feat(playground): add svelte 5 playground (#270)
* 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>
2024-10-25 09:35:08 +02:00

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*