Skip to content

Commit ffc0e31

Browse files
committed
chore: remove Cargo.lock and add to .gitignore for Rust library best practices
1 parent af14816 commit ffc0e31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,6 @@ cython_debug/
186186

187187
# macOS Finder artifacts
188188
.DS_Store
189+
190+
# Ignore Cargo.lock for Rust library
191+
**/Cargo.lock

0 commit comments

Comments
 (0)