Skip to content

Commit 604634b

Browse files
committed
Remove lockfiles from git history
Signed-off-by: Michael X. Grey <[email protected]>
1 parent a533fe9 commit 604634b

File tree

3 files changed

+5
-421
lines changed

3 files changed

+5
-421
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ target/
1414
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
1515
# and can be added to the global gitignore or merged into this file. For a more nuclear
1616
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
17-
#.idea/
17+
#.idea/
18+
19+
# Do not commit cargo lockfiles since they create git history churn and are not
20+
# necessarily compatible across different Rust versions.
21+
Cargo.lock

Cargo.lock

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)