Skip to content

Commit 5b72800

Browse files
committed
Update gitignore
1 parent 4b8fcf1 commit 5b72800

1 file changed

Lines changed: 24 additions & 18 deletions

File tree

.gitignore

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,18 @@ ios/Runner.xcodeproj/xcuserdata/
5151
**/GeneratedPluginRegistrant.*
5252

5353
# =====================================================================
54-
# FIREBASE & SECRETS (NEVER COMMIT)
54+
# SENSITIVE CODE - BUSINESS LOGIC (NEVER COMMIT)
5555
# =====================================================================
5656

57-
# Env files
58-
*.env
59-
*.env.*
60-
!*.env.example
61-
!*.env.ci
57+
# Services sensibles - Authentication, paiements, API calls
58+
lib/services/
59+
lib/api/
60+
lib/config/
61+
lib/controllers/
6262

63-
firebase/.env.*
64-
firebase/.env.firestore-send-email
63+
# =====================================================================
64+
# FIREBASE & SECRETS (NEVER COMMIT)
65+
# =====================================================================
6566

6667
# Firebase credentials
6768
android/app/google-services.json
@@ -71,22 +72,29 @@ firebase/adminsdk-*.json
7172
firebase/private-key.json
7273

7374
# Firebase generated options
74-
lib/firebase/firebase_options.dart
75-
Firebase/
75+
lib/firebase_options.dart
76+
lib/firebase_options.dart.example
77+
firebase/
78+
79+
# Env files
80+
*.env
81+
*.env.*
82+
!*.env.example
83+
!*.env.ci
84+
85+
firebase/.env.*
86+
firebase/.env.firestore-send-email
7687

7788
# =====================================================================
78-
# API KEYS & CONFIG FILES
89+
# API KEYS & CONFIG FILES (NEVER COMMIT)
7990
# =====================================================================
80-
lib/config/api_config.dart
81-
lib/config/secrets.dart
82-
8391
config/secrets.yaml
8492
config/secrets.json
8593
config/api_keys.yaml
8694
config/local_settings.yaml
8795

8896
# =====================================================================
89-
# CERTIFICATES & AUTH
97+
# CERTIFICATES & AUTH (NEVER COMMIT)
9098
# =====================================================================
9199
*.jks
92100
*.keystore
@@ -193,7 +201,6 @@ fix_*.dart
193201
run_employer_sync.dart
194202
run_vitoranda_fix.dart
195203
test_vitoranda_email.dart
196-
vitoranda_toranda debug files
197204
**/vitoranda_*.dart
198205
**/email_debug_*.dart
199206
**/signup_debug_*.dart
@@ -216,8 +223,7 @@ scripts/
216223
# =====================================================================
217224
.mailmap
218225

219-
220-
=====================================================================
226+
# =====================================================================
221227
# DOCS
222228
# =====================================================================
223229
CLEANUP_GUIDE.md

0 commit comments

Comments
 (0)