diff options
| author | Fuwn <[email protected]> | 2024-09-24 19:38:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-24 19:38:45 -0700 |
| commit | c26287d1c37f8a486f4204973eecdb2f9e9056a1 (patch) | |
| tree | 92a987a4bb1e3d9edd8df79bda72213195f0b7ac /.gitignore | |
| parent | chore(nix): add nix development environment (diff) | |
| download | whirl-develop.tar.xz whirl-develop.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2,10 +2,6 @@ # will have compiled files and executables /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 |