41 lines
345 B
Plaintext
41 lines
345 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Build output
|
|
dist/
|
|
dist-ssr/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
nginx.conf
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
tmpclaude-*
|