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