mirror of https://github.com/sgoudham/git-view.git
chore: Tidy up .gitignore
parent
a49f5624fd
commit
3fb0c0c2b2
@ -1,10 +1,10 @@
|
||||
# Generated by Cargo
|
||||
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
||||
# 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
|
||||
# These are backupfiles generated by Rust
|
||||
**/*.rs.bk
|
||||
|
||||
# Leave for libraries
|
||||
/Cargo.lock
|
||||
|
Loading…
Reference in New Issue