Files
raceplanner/.gitignore
2026-04-06 22:21:26 +02:00

43 lines
373 B
Plaintext

# Dependencies
node_modules/
package-lock.json
yarn.lock
# Build outputs
.next/
dist/
build/
out/
# Environment
.env
.env.local
.env.*.local
# Testing
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
*.coverage
*.coverage.json
coverage/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Temporary files
*.tmp
*.temp