Files
trading_bot_v3/.dockerignore
2025-07-22 21:53:53 +02:00

47 lines
578 B
Plaintext

node_modules
.next
.git
.gitignore
README.md
Dockerfile
.dockerignore
docker-compose.yml
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
lerna-debug.log*
dist
dist-ssr
*.local
.env*.local
.vscode
.DS_Store
*.tsbuildinfo
# Test and debug files (reduce build context)
test-*.js
test-*.mjs
debug-*.js
debug-*.png
test*.js
test*.mjs
debug*.js
debug*.png
# Cache and temporary files
.cache
.tmp
.temp
.npm
# Videos and screenshots (mounted volumes)
videos/
screenshots/
# Documentation and unused Docker files
*.md
Dockerfile.optimized
docker-compose.*.yml