Skip to content

Commit a884f12

Browse files
committed
Remove Cargo.lock
According to the cargo team guidelines, we should remove the lock file for library
1 parent 0e6f7a1 commit a884f12

File tree

2 files changed

+172
-170
lines changed

2 files changed

+172
-170
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
/target
2-
.*.sw*
1+
# According to the new guideline from the cargo team, we should ignore the lock file for libraries.
2+
**/Cargo.lock
3+
4+
# Build diectories
35
**/target
4-
.vscode/*
6+
7+
# Editor/IDE temporary files
8+
.*.sw*
9+
.vscode/*

0 commit comments

Comments
 (0)