Files
ZoneramaScraper/.dockerignore
T
Tomáš Dvořák 64096fca4e docker
2025-09-25 23:28:41 +02:00

21 lines
250 B
Plaintext

# Exclude VCS and local tooling
.git
.gitignore
.vscode
.idea
# Build artifacts
bin/
*.log
*.tmp
# Node/Front-end (if present)
node_modules/
dist/
build/
# Docker/Compose files (not needed inside image)
Dockerfile
docker-compose.yml
nixpacks.toml