Skip to content

Commit 0f64383

Browse files
committed
self review
update cargo lock (after removing from .gitignore)
1 parent c4ad0d6 commit 0f64383

File tree

3 files changed

+205
-209
lines changed

3 files changed

+205
-209
lines changed

.gitignore

-11
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,6 @@ pyrightconfig.json
315315
# will have compiled files and executables
316316
debug/
317317

318-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
319-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
320-
Cargo.lock
321-
322318
# These are backup files generated by rustfmt
323319
**/*.rs.bk
324320

@@ -335,13 +331,6 @@ Cargo.lock
335331
!.yarn/sdks
336332
!.yarn/versions
337333

338-
# if you are NOT using Zero-installs, then:
339-
# comment the following lines
340-
!.yarn/cache
341-
342-
# and uncomment the following lines
343-
# .pnp.*
344-
345334
# End of https://www.toptal.com/developers/gitignore/api/yarn,node,rust,python
346335

347336
# ignore vscode stuff

0 commit comments

Comments
 (0)