12 lines
201 B
Text
12 lines
201 B
Text
# ---> Rust
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Don't track Cargo.lock for libraries
|
|
Cargo.lock
|
|
|