diff --git a/.gitignore b/.gitignore index 87a71a4e..f233ceba 100644 --- a/.gitignore +++ b/.gitignore @@ -44,4 +44,8 @@ __pycache__/ dist.zip /scripts/ .env -/server/node/ssl/certificate \ No newline at end of file +/server/node/ssl/certificate + + +# Due to Cargo.lock makes the project build fail, we ignore it +Cargo.lock \ No newline at end of file