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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
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)