From 54fe721f4f0d19e1a3fa4f971952b1990845a744 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Thu, 20 Feb 2025 17:16:31 -0800 Subject: [PATCH] Better gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6733a01..1d792df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ node_modules out -src/images .DS_Store -images -images_new -helper-images + +/images*/ + dist !.github/images *.code-workspace *.pfx + Microsoft.Trusted.Signing.Client* trusted-signing-metadata.json .env +electron-windows-sign.log