39 lines
446 B
Text
39 lines
446 B
Text
# Dependencies
|
|
node_modules
|
|
|
|
# Build output
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
|
|
# Vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Playwright
|
|
/test-results
|
|
/playwright-report
|
|
/blob-report
|
|
/playwright/.cache
|
|
|
|
# Vitest
|
|
/coverage
|
|
|
|
# Environments — .env.example is the documented template and stays in the repo
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-error.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|