- 添加 electron/config.ts 配置文件 - 支持 command(命令行) 和 exe 两种模式 - 更新 package.json 打包配置,添加 bin 目录 - 更新 .gitignore 忽略 bin/*.exe
45 lines
656 B
Plaintext
45 lines
656 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.vite
|
|
|
|
# Build output
|
|
release/
|
|
dist-api/
|
|
dist-electron/
|
|
|
|
# XCOpenCodeWeb (来自独立仓库 https://github.com/anomalyco/XCOpenCodeWeb)
|
|
remote/xcopencodeweb/XCOpenCodeWeb.exe
|
|
service/xcopencodeweb/XCOpenCodeWeb.exe
|
|
bin/*.exe
|
|
|
|
# Tools output
|
|
tools/tongyi/ppt_output/
|
|
tools/tongyi/downloads/
|
|
tools/tongyi/__pycache__/
|
|
tools/mineru/__pycache__/
|
|
tools/blog/__pycache__/
|
|
|
|
# Notebook pydemos backup
|
|
notebook/ |