Merge pull request #2161 from MaloJaffre/ignore_lock
Ignore Cargo.lock in .gitignore
This commit is contained in:
commit
76bb82107d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,6 +13,7 @@ out
|
|||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
Cargo.lock
|
||||
/target/
|
||||
/clippy_lints/target/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue