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

6
.gitignore vendored
View File

@@ -44,4 +44,8 @@ __pycache__/
dist.zip
/scripts/
.env
/server/node/ssl/certificate
/server/node/ssl/certificate
# Due to Cargo.lock makes the project build fail, we ignore it
Cargo.lock