This repository has been archived on 2025-10-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vorago-shared-hal/.gitignore
T
2025-04-24 16:40:28 +02:00

23 lines
436 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# Keep config.toml configurable.
.cargo/config.toml
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
/app.map
# These are backup files generated by rustfmt
**/*.rs.bk
/.vscode
# JetBrains IDEs
/.idea
*.iml
/Embed.toml