rust-practice/guessing_game/.gitignore

11 lines
325 B
Text
Raw Normal View History

2020-07-08 05:12:02 +00:00
# Generated by Cargo
# will have compiled files and executables
debug/
2020-07-08 05:09:59 +00:00
target/
2020-07-08 05:12:02 +00:00
# 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
# These are backup files generated by rustfmt
**/*.rs.bk