From 7b1d39f5221aed7bdd58d6a729daf69ed35e2a98 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 2 Mar 2026 20:32:28 +0000 Subject: [PATCH] Ignore local deploy script --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3ac8344..2671515 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ deps/ .cache/ compile_commands.json +# Deploy +deploy.sh + # OS .DS_Store Thumbs.db