-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy path.gitignore
More file actions
129 lines (106 loc) · 3.1 KB
/
Copy path.gitignore
File metadata and controls
129 lines (106 loc) · 3.1 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
.fvm
.fvmrc
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.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/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release
# secrets / build-time env
.env
.env.local
ios/Config/Signing.xcconfig
# stray dumps / archives never belong in assets
*.gz
*.sql
*.dump
assets/**/*.gz
# android release signing (never commit)
android/key.properties
*.jks
*.keystore
# build outputs / release artifacts
dist/
*.apk
/apk
# Local-only dependency overrides (sibling path linking); never commit.
pubspec_overrides.yaml
# Firebase configurations
android/app/google-services.json
ios/Runner/GoogleService-Info.plist
firebase.json
# one-off local debug scratch files - had a handful of these lying around
# untracked for a while (fetch_apps.js, scratch_check_db.py, test_db2.dart,
# etc), gitignoring the common naming patterns so it doesn't happen again.
# not trying to catch every possible name, just the obvious ones.
scratch_*
**/scratch_test*.dart
**/*_db2.dart
/fetch_apps.js
#adding firebase_options back so that we dont commit it accidentally in future releases
lib/firebase_options.dart
# Local agent worktrees and execution ledgers.
/.worktrees/
/.superpowers/
.codegraph/
# gen-l10n output — regenerated from lib/l10n/*.arb by `flutter gen-l10n`
# (also runs automatically before build/analyze/test). The .arb files are
# the source and stay tracked.
lib/l10n/app_localizations*.dart
# Rendered previews of docs/*.svg — regenerate from the svg rather than
# committing them. The svg IS the source; these are just what gets pasted
# into Discord/issues, and they're ~750kb a piece.
docs/*.gif
docs/*.mp4
# golden test failure output
test/failures/
# xcodebuild output from a direct target build
ios/build/
# Working notes, not deliverables. These are sweep reports, audits and
# measurement runs written against REAL exports — they quote dated personal
# readings (a resting heart rate on a named day, an irregular-rhythm flag with
# its date) and this repo is public. They stay on disk and out of git.
docs/internal/
# Same leak class as docs/internal/ above — local debug dumps of real dated
# HRV/sleep payloads (RMSSD/SDNN/pNN50 tied to a calendar date). Never commit.
payload*.json
# Golden images. 416 PNGs, 27 MB, regenerated locally with
# `flutter test --update-goldens`. They are machine- and SDK-specific — the two
# Flutter SDKs on this machine already disagree on antialiasing — so a
# committed set is a diff nobody can review and a merge conflict nobody can
# resolve. The test code stays; the pictures do not.
test/goldens/
MULTIDEVICE_PROGRESS.md