quantum-website-2026/.dockerignore
2026-04-05 20:29:43 +05:30

50 lines
435 B
Plaintext

# Git
.git
.gitignore
# Docker files
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
DEPLOYMENT.md
LOGO-FIX-SUMMARY.md
*.md
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/
# Temporary files
tmp/
temp/
# Node modules (if any)
node_modules/
npm-debug.log
# Environment files
.env
.env.local
.env.production
# Build artifacts
dist/
build/
# Backups
*.bak
*.backup