From ce55101bc54054810fbfeaaa93ceb722f62f0059 Mon Sep 17 00:00:00 2001 From: Alexej Wolff Date: Thu, 7 May 2026 00:39:01 +0200 Subject: [PATCH] chore: remove deploy.ps1 from repo, add to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e6d60ac..8b73016 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,6 @@ Thumbs.db # Testing coverage .nyc_output + +# Deploy scripts +deploy.ps1