From dd62b15ef4d0a7eef2c3a27e51741b8ae6abc249 Mon Sep 17 00:00:00 2001 From: MikiVL Date: Tue, 5 May 2026 05:38:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E7=90=86=20git=20=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=EF=BC=8C=E4=BF=AE=E6=AD=A3=20package.json=20=E5=92=8C?= =?UTF-8?q?=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++++++ package.json | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7982a1d..3eaa200 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,9 @@ Thumbs.db # Electron dist/ out/ + +# Database +*.db + +# Database +*.db diff --git a/package.json b/package.json index 79e3f1b..dda2be5 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "version": "0.1.0", "description": "Electron desktop app for bulk editing Excel files", "main": "electron/main.js", - "type": "module", "scripts": { "dev": "electron .", "build": "electron-builder"