diff options
| author | mo8it <mo8it@proton.me> | 2024-04-21 18:20:15 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-21 18:20:15 +0200 |
| commit | d83c91edc6365c90eb8d50be6f7036b38a64cba2 (patch) | |
| tree | 50f5e16fe0e92808add41d53526e845ada505b24 | |
| parent | a2be6754bf2833371fe99ddc2d01c0d518f8eb27 (diff) | |
Ignore all lock files but the one in root
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Cargo target/ -/tests/fixture/*/Cargo.lock -/dev/Cargo.lock +Cargo.lock +!/Cargo.lock # State file .rustlings-state.txt |
