From dc26894dbe3b5686651b1383cbdaaff3565fc012 Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Sun, 28 Jan 2024 14:52:36 +0100 Subject: [PATCH] ADD: .vite/build in gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 24da357..85916d8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,6 @@ coverage *.tsbuildinfo #Electron-builder output -/dist_electron \ No newline at end of file +/dist_electron + +.vite/build/* \ No newline at end of file