49 lines
378 B
Plaintext
49 lines
378 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
|
|
# Svelte
|
|
.svelte-kit/
|
|
|
|
# Turborepo
|
|
.turbo/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.envrc
|
|
|
|
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Misc
|
|
*.pem
|
|
.vercel
|
|
|
|
.playwright-mcp/
|
|
|
|
.eslintcache
|