34 lines
364 B
Text
34 lines
364 B
Text
# Frontend-specific Claude Code ignore file
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
.vite/
|
|
*.local
|
|
|
|
# Environment
|
|
.env.production.local
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Production
|
|
.vercel
|
|
.netlify
|
|
|
|
# Cache
|
|
.cache/
|
|
.parcel-cache/
|
|
.eslintcache
|