Files
wehub-resource-sync 19dc5d82a0
Rust / build (push) Failing after 1s
Rust / docker (push) Failing after 0s
chore: import upstream snapshot with attribution
2026-07-13 12:29:44 +08: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/