15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
|
|
# Created by https://www.toptal.com/developers/gitignore/api/rust
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=rust
|
|
|
|
### Rust ###
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
target/
|
|
.theia
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/rust
|