Skip to content

Commit 343beb4

Browse files
nyurikdanielrh
authored andcommitted
chore: .gitignore should exclude lock
Cargo.lock is neither checked in, nor ignored. This excludes it (usually lock is not needed for the libraries). It also excludes common IDEs and silly macOS files.
1 parent 11c4a75 commit 343beb4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
target
1+
.DS_Store
2+
.idea/
3+
.vscode/
4+
Cargo.lock
5+
target/

0 commit comments

Comments
 (0)