fix: add Cargo.lock to .gitignore to prevent build failures

This commit is contained in:
Kwaroran
2025-05-18 17:21:55 +09:00
parent 4a166eb4a1
commit 45bef69d7a

4
.gitignore vendored
View File

@@ -45,3 +45,7 @@ dist.zip
/scripts/ /scripts/
.env .env
/server/node/ssl/certificate /server/node/ssl/certificate
# Due to Cargo.lock makes the project build fail, we ignore it
Cargo.lock