diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -69,10 +69,6 @@ $RECYCLE.BIN/ debug/ target/ -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - # These are backup files generated by rustfmt **/*.rs.bk @@ -215,4 +211,4 @@ poetry.toml .ruff_cache/ # LSP config files -pyrightconfig.json
\ No newline at end of file +pyrightconfig.json |
