fix: 清理 git 历史,修正 package.json 和 .gitignore

This commit is contained in:
MikiVL 2026-05-05 05:38:06 +08:00
parent 9bbd7fc63f
commit dd62b15ef4
2 changed files with 6 additions and 1 deletions

6
.gitignore vendored
View File

@ -40,3 +40,9 @@ Thumbs.db
# Electron # Electron
dist/ dist/
out/ out/
# Database
*.db
# Database
*.db

View File

@ -3,7 +3,6 @@
"version": "0.1.0", "version": "0.1.0",
"description": "Electron desktop app for bulk editing Excel files", "description": "Electron desktop app for bulk editing Excel files",
"main": "electron/main.js", "main": "electron/main.js",
"type": "module",
"scripts": { "scripts": {
"dev": "electron .", "dev": "electron .",
"build": "electron-builder" "build": "electron-builder"