lab/.gitignore
张育新 be711334fb docs(note): 添加笔记目录及 gitignore 规则
- 新增 note 目录包含 AI、SQL、Golang、网络等多领域学习笔记
- 更新 .gitignore 添加 note/assets/ 和 note/项目/ 忽略规则
2026-07-10 09:24:40 +08:00

34 lines
363 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/assets/
note/项目/