mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-25 09:59:21 +01:00
Add Cargo.lock
488 commits without realizing I left Cargo.lock in the gitignore yikes
This commit is contained in:
parent
7f523bcdbb
commit
d0bf71ae2a
2 changed files with 2636 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -3,10 +3,6 @@
|
|||
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
|
||||
|
||||
|
@ -14,3 +10,4 @@ target/
|
|||
*.pdb
|
||||
|
||||
api/lua/doc/doc
|
||||
api/rust/Cargo.lock
|
||||
|
|
2635
Cargo.lock
generated
Normal file
2635
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue