From 5addc366fc67c045edf42928e6f053849e094cf1 Mon Sep 17 00:00:00 2001 From: iohzrd Date: Sun, 16 Oct 2022 20:33:58 -0700 Subject: [PATCH] .gitignore --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a547bf3..0636a49 100644 --- a/.gitignore +++ b/.gitignore @@ -7,10 +7,14 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* -node_modules +# Build and runtime artifacts +*.db +*.local dist dist-ssr -*.local +node_modules +public/build +src-tauri/WixTools # Editor directories and files .vscode/*