Skip to content

Commit 1e69043

Browse files
authored
Update .gitignore (#43)
1 parent 0b57277 commit 1e69043

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

.gitignore

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,32 @@ migrate_working_dir/
1818
*.iws
1919
.idea/
2020

21-
# The .vscode folder contains launch configuration and tasks you configure in
22-
# VS Code which you may wish to be included in version control, so this line
23-
# is commented out by default.
24-
#.vscode/
21+
.vscode/*
22+
*.code-workspace
23+
# NHƯNG giữ lại các file cấu hình chung để cả team xài chung (Bỏ chặn)
24+
!.vscode/settings.json
25+
!.vscode/tasks.json
26+
!.vscode/launch.json
27+
!.vscode/extensions.json
2528

26-
# Flutter/Dart/Pub related
2729
**/doc/api/
2830
**/ios/Flutter/.last_build_id
2931
.dart_tool/
32+
.flutter-plugins
3033
.flutter-plugins-dependencies
3134
.pub-cache/
3235
.pub/
3336
**/build/
3437
**/coverage/
3538

39+
# Web-specific & Cache
40+
.web/
41+
.dart_tool/web/
42+
.dart_tool/dartpad/
43+
44+
# FVM (Flutter Version Management) - Rất hay dùng khi làm team
45+
.fvm/flutter_sdk
46+
3647
# Symbolication related
3748
app.*.symbols
3849

@@ -43,6 +54,8 @@ app.*.map.json
4354
**/android/app/debug
4455
**/android/app/profile
4556
**/android/app/release
57+
58+
4659
.env*
4760
**/supabase/.temp/
4861
**/supabase/.branches/
@@ -51,4 +64,8 @@ app.*.map.json
5164
**/supabase/pooler/
5265

5366
# DevTools config
54-
devtools_options.yaml
67+
devtools_options.yaml
68+
69+
firebase-debug.log
70+
firebase-debug.*.log
71+
.firebase/

0 commit comments

Comments
 (0)