mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-06-21 22:14:02 +08:00
- 统一 QueryEditor 中库表标识符与表引用解析规则 - 修复 MySQL 反引号及中划线库名场景下的 WHERE 字段补全 - 新增跨库字段补全回归测试 Close #533
34 lines
427 B
Plaintext
34 lines
427 B
Plaintext
# IDE
|
|
.idea/
|
|
*.iml
|
|
.gitignore
|
|
# build / release artifacts
|
|
frontend/release/
|
|
**/release/
|
|
**/dist/
|
|
build/bin/
|
|
|
|
# wails / node artifacts (按需)
|
|
node_modules/
|
|
frontend/wailsjs/tsconfig.json
|
|
|
|
dist/
|
|
.DS_Store
|
|
.gemini-clipboard
|
|
GoNavi-Wails
|
|
GoNavi-Wails.exe
|
|
.ace-tool/
|
|
.superpowers/
|
|
.claude/
|
|
.gemini/
|
|
.playwright-mcp/
|
|
**/tmpclaude-*
|
|
docs/superpowers/
|
|
docs/需求追踪/
|
|
|
|
CLAUDE.md
|
|
**/CLAUDE.md
|
|
.worktrees
|
|
docs
|
|
.tmp_superpowers_edit
|