Merge pull request 'Ignore Cargo.lock' (#2) from gitignore-cargolock into master

Reviewed-on: https://git.batesirvintech.net/wesley/doom-oxidized/pulls/2
This commit is contained in:
Wesley Irvin
2023-04-26 12:22:58 -04:00

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)