- Added frontend runtime JavaScript functions for logging, window management, and notifications. - Created Go module with dependencies for Wails and Excel processing. - Implemented main application entry point with embedded frontend assets. - Configured Wails application settings in wails.json. Co-authored-by: Copilot <copilot@github.com>
33 lines
380 B
Plaintext
33 lines
380 B
Plaintext
# --- Build output ---
|
||
build/bin
|
||
build/*.exe
|
||
build/*.app
|
||
|
||
# --- Frontend ---
|
||
node_modules/
|
||
frontend/dist
|
||
frontend/node_modules/
|
||
frontend/package-lock.json
|
||
|
||
# --- Go ---
|
||
*.exe
|
||
*.exe~
|
||
*.dll
|
||
*.so
|
||
*.dylib
|
||
*.test
|
||
*.out
|
||
vendor/
|
||
|
||
# --- IDE ---
|
||
.idea/
|
||
*.swp
|
||
*.swo
|
||
*~
|
||
.DS_Store
|
||
Thumbs.db
|
||
|
||
# VS Code(保留 .vscode/extensions.json 以便共享推荐)
|
||
.vscode/*
|
||
!.vscode/extensions.json
|