45 lines
397 B
Plaintext
45 lines
397 B
Plaintext
# Dependencies
|
|
node_modules
|
|
|
|
# Build outputs
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
.vite
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor / IDE
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Temp
|
|
*.tmp
|
|
.cache
|
|
|
|
# Claude Code
|
|
.claude
|
|
.playwright-mcp
|