From a352a94d8a9b8a8dcd3f0c17975ff52ebfd87b49 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 10 Aug 2024 00:24:07 -0400 Subject: [PATCH] Update .gitignore --- src/static/app/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/app/.gitignore b/src/static/app/.gitignore index 06100f8..fec4ab0 100644 --- a/src/static/app/.gitignore +++ b/src/static/app/.gitignore @@ -27,4 +27,5 @@ coverage *.sw? *.tsbuildinfo -.vite/* \ No newline at end of file +.vite/* +.electron/* \ No newline at end of file