Files
Microsoft-Rewards-Bot/.dockerignore
2025-11-11 12:59:42 +01:00

65 lines
809 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Let Docker generate platform-specific lockfile
package-lock.json
# Build outputs
dist/
*.tsbuildinfo
# Testing
coverage/
.nyc_output/
tests/
# Environment and config
.env
.env.*
*.local
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
.gitattributes
# Documentation (not needed in image)
docs/
*.md
!README.md
# CI/CD
.github/
.gitlab-ci.yml
# Session and runtime data (mounted as volumes)
sessions/
reports/
browser/
# Development files
*.log
.eslintcache
setup/
# Docker files (organized in docker/ folder - no recursion needed)
docker/
.dockerignore
# Scripts (organized in scripts/ folder - not needed in Docker)
scripts/
# Asset files (not needed for runtime)
assets/
public/