mirror of
https://github.com/Dvorinka/ZoneramaScraper.git
synced 2026-06-03 20:12:56 +00:00
21 lines
250 B
Plaintext
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
|