Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 23 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,32 @@ migrate_working_dir/
*.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/
.vscode/*
*.code-workspace
# NHƯNG giữ lại các file cấu hình chung để cả team xài chung (Bỏ chặn)
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
**/build/
**/coverage/

# Web-specific & Cache
.web/
.dart_tool/web/
.dart_tool/dartpad/

# FVM (Flutter Version Management) - Rất hay dùng khi làm team
.fvm/flutter_sdk

# Symbolication related
app.*.symbols

Expand All @@ -43,6 +54,8 @@ app.*.map.json
**/android/app/debug
**/android/app/profile
**/android/app/release


.env*
**/supabase/.temp/
**/supabase/.branches/
Expand All @@ -51,4 +64,8 @@ app.*.map.json
**/supabase/pooler/

# DevTools config
devtools_options.yaml
devtools_options.yaml

firebase-debug.log
firebase-debug.*.log
.firebase/
Loading