fix: 清理 git 历史,修正 package.json 和 .gitignore
This commit is contained in:
parent
9bbd7fc63f
commit
dd62b15ef4
6
.gitignore
vendored
6
.gitignore
vendored
@ -40,3 +40,9 @@ Thumbs.db
|
||||
# Electron
|
||||
dist/
|
||||
out/
|
||||
|
||||
# Database
|
||||
*.db
|
||||
|
||||
# Database
|
||||
*.db
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user