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:
Wesley Irvin
2023-04-26 12:20:13 -04:00
parent 368046331f
commit 1168d6c7a5

9
.gitignore vendored
View File

@@ -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)