mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 04:12:56 -04:00
26 lines
259 B
Plaintext
26 lines
259 B
Plaintext
# Rust
|
|
sdk/target/
|
|
sdk/dist/
|
|
target/
|
|
dist/
|
|
|
|
# Reports
|
|
harness/reports/*.json
|
|
|
|
# Release/build artifacts
|
|
*.tar.gz
|
|
*.sha256
|
|
*.pkg
|
|
release-assets/
|
|
packaging/tmp/
|
|
packaging/**/tmp/
|
|
packaging/**/.cache/
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*.swo
|
|
.vscode/
|
|
.idea/
|