ghost-chess/.dockerignore
2025-05-31 22:08:46 +09:00

55 lines
480 B
Plaintext

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Next.js
.next/
out/
# Production
build/
dist/
# Environment files
.env*
!.env.example
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Testing
coverage/
.nyc_output
# Misc
README.md
.editorconfig
.eslintrc*
.prettierrc*
# Claude Code
.claude/
CLAUDE.md