lab/.gitignore
张育新 ef18635509 docs(note): 补充技术笔记和主题配置
- Go map Swiss Table 实现说明
- MarkText 仿 onelight 暗色主题
- 布尔变量命名规范
- 更新网址收藏及跟踪 assets 资源
2026-07-21 17:53:15 +08:00

33 lines
350 B
Plaintext

# ---- Go ----
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work
go.work.sum
vendor/
# ---- Dart / Flutter ----
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.packages
.pub-cache/
.pub/
build/
# ---- IDE / 编辑器 ----
.idea/
.vscode/
*.swp
*.swo
# ---- 操作系统 ----
.DS_Store
Thumbs.db
# ---- Note 目录 ----
note/项目/