50 lines
458 B
Plaintext
50 lines
458 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
.svelte-kit
|
|
build
|
|
dist
|
|
.output
|
|
.vercel
|
|
.netlify
|
|
.wrangler
|
|
|
|
# Cache and vite
|
|
.vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# IDE and editors
|
|
.vscode
|
|
.idea
|
|
|
|
# Version control
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
*.md
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
*.pem
|