Skip to content

Commit

Permalink
Added ignore for lock files
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Baltariu <[email protected]>
  • Loading branch information
andreiblt1304 committed Jan 30, 2025
1 parent 4421a0b commit 1895a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

# VSCode specific files
.vscode/*

# .lock specific files
**/Cargo.lock
!**/wasm*/Cargo.lock

0 comments on commit 1895a39

Please sign in to comment.