fix: add Cargo.lock to .gitignore to prevent build failures
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -44,4 +44,8 @@ __pycache__/
|
|||||||
dist.zip
|
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