Files
Microsoft-Rewards-Bot/.dockerignore

69 lines
808 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 (no recursion)
Dockerfile
docker-compose.yml
compose.yaml
.dockerignore
# NixOS specific files (not needed in Docker)
flake.nix
flake.lock
run.sh
# Asset files (not needed for runtime)
assets/
public/