Skip to content

Commit

Permalink
chore: .gitignore should exclude lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nyurik authored and danielrh committed Feb 16, 2024
1 parent 11c4a75 commit 343beb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
target
.DS_Store
.idea/
.vscode/
Cargo.lock
target/

0 comments on commit 343beb4

Please sign in to comment.