Skip to content

Commit

Permalink
hide lockfile for lib... fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Nov 6, 2020
1 parent 302f04b commit 20e6cda
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1,655 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# 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
**/*.rs.bk

Expand Down
Loading

0 comments on commit 20e6cda

Please sign in to comment.