mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-06 05:49:52 -06:00
35 lines
377 B
Plaintext
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/
|