fixed gitignores
This commit is contained in:
parent
1ede30c296
commit
251fb1aa20
2 changed files with 19 additions and 2 deletions
11
guessing_game/.gitignore
vendored
11
guessing_game/.gitignore
vendored
|
@ -1,2 +1,11 @@
|
||||||
|
# Generated by Cargo
|
||||||
|
# will have compiled files and executables
|
||||||
|
debug/
|
||||||
target/
|
target/
|
||||||
Cargo.lock
|
|
||||||
|
# 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
|
10
hello_cargo/.gitignore
vendored
10
hello_cargo/.gitignore
vendored
|
@ -1,2 +1,10 @@
|
||||||
|
# will have compiled files and executables
|
||||||
|
debug/
|
||||||
target/
|
target/
|
||||||
Cargo.lock
|
|
||||||
|
# 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
|
Loading…
Reference in a new issue