lab/.gitignore
2026-07-06 23:33:39 +08:00

30 lines
312 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