TF-4169 Add labels module

This commit is contained in:
dab246
2025-11-21 16:25:21 +07:00
committed by Dat H. Pham
parent 2821ae1e0d
commit 1f9f0af79f
7 changed files with 316 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.buildlog/
.history
.svn/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock.
**/doc/api/
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
build/
#generated file
*.g.dart
*.mocks.dart