mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-05-06 20:03:05 +08:00
33 lines
396 B
Plaintext
33 lines
396 B
Plaintext
# IDE
|
|
.idea/
|
|
*.iml
|
|
.gitignore
|
|
# build / release artifacts
|
|
frontend/release/
|
|
**/release/
|
|
**/dist/
|
|
build/bin/
|
|
|
|
# wails / node artifacts (按需)
|
|
node_modules/
|
|
|
|
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
|