Files
gridpilot.gg/.dockerignore
2025-12-15 13:34:27 +01:00

62 lines
579 B
Plaintext

# Node modules
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Build outputs
dist
.next
build
out
.turbo
# Env files (will be added separately)
.env
.env.*
!.env.development
!.env.production
# Git
.git
.gitignore
# Docker
Dockerfile*
docker-compose*
.dockerignore
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
*.md
!README.md
# Tests
coverage
.nyc_output
test-results
# Logs
*.log
logs
# Large directories to exclude
html-dumps
html-dumps-optimized
backups
.husky
# Development files
.prettierrc
.eslintrc*
tsconfig.tsbuildinfo