Updated the gitignore so Cargo.lock isn't included

This commit is contained in:
2025-10-21 12:07:05 -04:00
parent f1e730121e
commit 9e0a813db1
2 changed files with 15 additions and 10 deletions

18
.gitignore vendored
View File

@ -1,5 +1,17 @@
# Added by cargo
# Ignore swap files from text editors.
*.swp
/target
# Ignore compiled files.
*.o
*.so
*.rlib
*.dll
*.exe
# Ignore files/directories generated by Cargo.
/target/
# Remove Cargo.lock from gitignore if creating an executable,
# leave it for libraries.
# More information here: http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock