-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
246 lines (208 loc) · 5.77 KB
/
.gitignore
File metadata and controls
246 lines (208 loc) · 5.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
# =====================================================================
# IDE & EDITORS
# =====================================================================
.idea/
.vscode/
*.iml
*.swp
# =====================================================================
# OPERATING SYSTEM FILES
# =====================================================================
.DS_Store
Thumbs.db
# =====================================================================
# FLUTTER / DART
# =====================================================================
.dart_tool/
.packages
.pub/
.pub-cache/
build/
.metadata
.flutter-plugins
.flutter-plugins-dependencies
.flutter-versions
# Lockfile (remove only if exam allows flexible deps)
**/pubspec.lock
# Flutter DevTools
devtools_options.yaml
# =====================================================================
# BUILD TOOLS & GENERATED FILES
# =====================================================================
# Android
android/.gradle/
android/app/build/
android/local.properties
**/GeneratedPluginRegistrant.java
# iOS
ios/Pods/
ios/Flutter/ephemeral/
ios/Runner.xcworkspace/
ios/Runner.xcodeproj/project.xcworkspace/
ios/Runner.xcodeproj/xcuserdata/
**/GeneratedPluginRegistrant.*
# =====================================================================
# SENSITIVE CODE - BUSINESS LOGIC (NEVER COMMIT)
# =====================================================================
# Services sensibles - Authentication, paiements, API calls
lib/services/
lib/api/
# =====================================================================
# FIREBASE & SECRETS (NEVER COMMIT)
# =====================================================================
# Firebase credentials
android/app/google-services.json
ios/Runner/GoogleService-Info.plist
firebase/service-account-key.json
firebase/adminsdk-*.json
firebase/private-key.json
# Firebase generated options
lib/firebase_options.dart
lib/firebase_options.dart.example
firebase/
# Env files
*.env
*.env.*
!*.env.example
!*.env.ci
firebase/.env.*
firebase/.env.firestore-send-email
# =====================================================================
# API KEYS & CONFIG FILES (NEVER COMMIT)
# =====================================================================
config/secrets.yaml
config/secrets.json
config/api_keys.yaml
config/local_settings.yaml
# =====================================================================
# CERTIFICATES & AUTH (NEVER COMMIT)
# =====================================================================
*.jks
*.keystore
*.pem
*.key
*.p12
*.pfx
auth/
credentials/
# =====================================================================
# DATABASE & CLOUD
# =====================================================================
database.env
cloud_sql_proxy
*.sqlite3-key
# =====================================================================
# PLATFORMS (if not targeted)
# =====================================================================
windows/
linux/
macos/
web/
platforms/
# =====================================================================
# LOGS & TEMP FILES
# =====================================================================
*.log
logs/
coverage/
firebase-debug.log
*.bak
*.old
settings.local.json
.settings.local.json
# =====================================================================
# BUILD OUTPUTS (NEVER PUSH)
# =====================================================================
*.apk
*.aab
*.ipa
*.zip
# =====================================================================
# NODE / BACKEND
# =====================================================================
node_modules/
# =====================================================================
# DOCUMENTATION & PRIVATE FILES
# =====================================================================
docs/
doc/api/
NETLIFY_DEPLOY_GUIDE.md
backend/timeless-6cdf9-336fd5ee801b.json
# Custom / private folders
.Sabrina
.sabrina/
.sabrina_cache/
.private/
.private_files/
docsab/
GUIDE_TECHNIQUE_COMPLET.md
# =====================================================================
# DEBUG & TEMPORARY FILES
# =====================================================================
EXAM_PREPARATION.md
tests/test_compilation.dart
test_compile.dart
test_email_manual.dart
REFRESH_BUTTONS_DOC.md
DATE_SORT_FILTER_DOC.md
# Debug utility files
**/debug_*.dart
**/test_*.dart
**/temp_*.dart
**/manual_*.dart
**/run_*.dart
**/fix_*.dart
# Debug directories
**/debug/
**/temp/
**/tmp/
# Email confirmation site (not core app)
email_confirmation_site/
web_redirect/
# Debug/test apps at root level
test_*.dart
run_*.dart
debug_*.dart
temp_*.dart
manual_*.dart
fix_*.dart
run_employer_sync.dart
run_vitoranda_fix.dart
test_vitoranda_email.dart
**/vitoranda_*.dart
**/email_debug_*.dart
**/signup_debug_*.dart
**/simple_*.dart
# Admin/debug screens not in production
lib/screen/admin/
lib/utils/admin_*.dart
# Scripts directory (development utilities)
scripts/
# =====================================================================
# VERSION MANAGERS
# =====================================================================
.fvm/
# =====================================================================
# GIT INTERNAL
# =====================================================================
.mailmap
# =====================================================================
# DOCS
# =====================================================================
CLEANUP_GUIDE.md
NETLIFY_DEPLOY_GUIDE.md
GOOGLE_INTEGRATION.md
# Removed debug utilities
application_test_helper.dart
email_debug_helper.dart
fix_vitoranda_account.dart
send_vitoranda_email.dart
vitoranda_email_fix.dart
vitoranda_email_widget.dart
# Service account credentials
service-account.json
**/service-account*.json
# Demo directories removed
lib/screen/demo/
lib/services/demo_data_service.dart
README_CLEAN.mdanalysis_options.yaml