diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ # will have compiled files and executables debug/ target/ +dist/ # 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 @@ -19,4 +20,4 @@ __pycache__/ _build/ # rule book -rule_book/
\ No newline at end of file +rule_book/ |
