Skip to content

Commit

Permalink
fix: exclude Cargo.lock from .gitignore, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
koskeller committed Aug 4, 2023
1 parent 6b29d18 commit 21cf737
Show file tree
Hide file tree
Showing 3 changed files with 2,555 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@
debug/
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

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Added by cargo
/target

# MacOS
.DS_Store

Expand Down
Loading

0 comments on commit 21cf737

Please sign in to comment.