Closed Gaelan closed 3 years ago
When building, cargo generates a Cargo.lock file and a target directory. We don't want either in source control, so add them both to .gitignore.
Cargo.lock
target
.gitignore
Merged, thanks!
When building, cargo generates a
Cargo.lock
file and atarget
directory. We don't want either in source control, so add them both to.gitignore
.