fix: add Cargo.lock to .gitignore to prevent build failures
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user