changed gitignore

This commit is contained in:
2023-05-19 14:07:58 +02:00
parent 5a33557b26
commit fd9f5ded28
+2 -1
View File
@@ -6,7 +6,8 @@
# will have compiled files and executables # will have compiled files and executables
debug/ debug/
target/ target/
# Generated files
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # 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 # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock Cargo.lock