Files
chicken-game/.gitignore
2026-01-17 11:51:47 +03:00

40 lines
354 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Testing/Debug screenshots
.playwright-mcp/
# Vite cache
.vite/
# TypeScript cache
*.tsbuildinfo
# Local development
.local/