Skip to content

Commit

Permalink
chore: add Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Aug 23, 2023
1 parent 212778d commit 2615201
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# ------------------------------
# GitHub Node.gitignore template
# https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore
# ------------------------------

# Generated by Cargo
# will have compiled files and executables
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
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 2615201

Please sign in to comment.