Private
Public Access
1
0
This commit is contained in:
2025-12-30 20:27:35 +08:00
commit 95d3a20292
24 changed files with 2145 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Wails 自动生成的绑定代码
frontend/
web/src/wailsjs/
# 构建产物
build/bin/
web/dist/
# 依赖目录
web/node_modules/
web/bun.lock
# Go 相关
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log