Files
office-data-matcher/.gitignore
RainySY 2cef098632 feat: Initialize data-matcher project with Wails framework
- 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>
2026-05-07 01:11:05 +08:00

33 lines
380 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# --- 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