Add Cargo.lock to .gitignore for library management

This commit is contained in:
Palash Tyagi 2025-04-26 02:34:10 +01:00
parent 415bb4a61e
commit 883a5526a8

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# Adding Cargo.lock as this is a library
Cargo.lock
/target /target
dev/ dev/