From 79ed0cfd170e0e45b1ad10b04ed1d4e98e2e7b07 Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Wed, 13 Sep 2023 10:10:57 +0200 Subject: [PATCH 1/2] Fix deployment --allow-dirty issue --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 475d76a3..73e41d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.cargo **/target examples/**/Cargo.lock Cargo.lock From fc8b3f9999c086b390c26352cd0912ec59bdac9a Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Wed, 13 Sep 2023 13:49:17 +0200 Subject: [PATCH 2/2] Update .gitignore Co-authored-by: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 73e41d2a..f7a3bffd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Temporary hack to fix the CI until we migrate to github actions from drone. .cargo **/target examples/**/Cargo.lock