From a1479c165b2d2cd134a0170422834124adc92d7f Mon Sep 17 00:00:00 2001 From: Andrew Gundersen Date: Mon, 12 Apr 2021 08:26:37 -0500 Subject: [PATCH] editing gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 67a7ab0..a88bfaa 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ pnpm-debug.log* #Electron-builder output /dist_electron + +#Window and session states +session.json +window.json -- 2.43.0