From 9b397ee26ac92c0db64288e3341a7e8cd6af9e22 Mon Sep 17 00:00:00 2001 From: neri Date: Sun, 31 Mar 2024 12:07:24 +0200 Subject: [PATCH] chore: add .cargo to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b41c58..6243693 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /files /static/index.html /static/auth-hide.js +/.cargo docker-push.sh