Private
Public Access
1
0
Files
u-desk/.gitignore
绝尘 a5d30684ed 重构:文件系统模块化架构,增强 Markdown 渲染
- 拆分 FileSystem.vue 为模块化组件架构
- 新增 Markdown Mermaid 图表渲染支持
- 新增 180+ 编程语言代码高亮
- 修复编辑/预览模式切换渲染问题
- 优化亮色/暗色模式主题适配
- 新增 TypeScript 类型定义
2026-02-04 03:32:46 +08:00

39 lines
333 B
Plaintext

# 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/
.claude/
*.swp
*.swo
*~
# 系统文件
.DS_Store
Thumbs.db
# 日志文件
*.log
# 其他
docs/