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:
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