Ignore Cargo.lock
Updated the .gitignore file to add Cargo.lock to be ignored. This file can safely be ignored and does not need to be checked into version control.
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,5 +1,14 @@
|
|||||||
/target
|
/target
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
|
||||||
|
# Rust stuff that we don't want to include in our source control
|
||||||
|
|
||||||
|
# Don't include Cargo.lock
|
||||||
|
Cargo.lock
|
||||||
|
|
||||||
|
# End Rust
|
||||||
|
|
||||||
# WADs
|
# WADs
|
||||||
|
|
||||||
# We want to be able to distribute the shareware WAD (this shouldn't change much)
|
# We want to be able to distribute the shareware WAD (this shouldn't change much)
|
||||||
|
|||||||
Reference in New Issue
Block a user