From 9952ae75e3f1c4e719dbe4760df68f82f13bf9af Mon Sep 17 00:00:00 2001 From: Tran Quang Ha Date: Mon, 20 Apr 2026 18:54:40 +0700 Subject: [PATCH] Update .gitignore --- .gitignore | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e3596ee..e2fa2e3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -43,6 +54,8 @@ app.*.map.json **/android/app/debug **/android/app/profile **/android/app/release + + .env* **/supabase/.temp/ **/supabase/.branches/ @@ -51,4 +64,8 @@ app.*.map.json **/supabase/pooler/ # DevTools config -devtools_options.yaml \ No newline at end of file +devtools_options.yaml + +firebase-debug.log +firebase-debug.*.log +.firebase/