Files
rustnet/.dockerignore
2025-09-11 11:47:49 +02:00

35 lines
377 B
Plaintext

# Build artifacts
/target/
# Git
.git/
.gitignore
.dockerignore
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
logs/
*.log
# Documentation and non-essential files
README.md
CHANGELOG.md
ROADMAP.md
LICENSE
RELEASE.md
rustnet-*.tar.gz
# Assets we don't need in container
assets/rustnet.gif
# Scripts (not needed in container)
scripts/
# CI/CD (already in repo context)
.github/