fixed gitignores

This commit is contained in:
Emily 2020-07-08 15:12:02 +10:00
parent 1ede30c296
commit 251fb1aa20
2 changed files with 19 additions and 2 deletions

View File

@ -1,2 +1,11 @@
# Generated by Cargo
# will have compiled files and executables
debug/
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

View File

@ -1,2 +1,10 @@
# will have compiled files and executables
debug/
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