mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-12-26 21:58:10 +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/
|
debug/
|
||||||
target/
|
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
|
# These are backup files generated by rustfmt
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
|
|
||||||
|
@ -14,3 +10,4 @@ target/
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
api/lua/doc/doc
|
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