random-api-go/.dockerignore

68 lines
638 B
Plaintext

# Git
.git
.gitignore
.gitattributes
# IDE
.vscode
.idea
*.swp
*.swo
*~
.cursor/
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
logs/
data/logs/
data/server.log
# Database and runtime data
data/data.db
data/stats.json
data/
# Build artifacts
random-api-go.exe
random-api-go
random-api-test
*.exe
# Node.js build artifacts (will be rebuilt in Docker)
web/node_modules/
web/.next/
web/out/
web/.turbo/
# Go
vendor/
*.test
*.prof
# Docker
docker-compose*.yml
test-build.sh
# Documentation
*.md
DOCKER_DEPLOYMENT.md
# Environment and config
.env*
!.env.example
# GitHub
.github/
# Misc
*.tmp
*.temp
.cache/
# README
README.md