-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (70 loc) · 1.05 KB
/
.gitignore
File metadata and controls
76 lines (70 loc) · 1.05 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
.DS_Store
.gradle/
.kotlin/
.idea/
build/
**/build/
local.properties
androidApp/google-services.json
wearApp/google-services.json
apple/iosApp/GoogleService-Info.plist
*.keystore
*.jks
*.p12
*.p8
*.key
*.csr
*.cer
*.mobileprovision
*.pem
github-secrets.txt
apple/Config/LocalSecrets.xcconfig
apple-cert/
android-cert/
*.iml
DerivedData/
xcuserdata/
.xcode-home/
.xcodebuild/
SourcePackages/
pepk.jar
encryption_public_key.pem
play/
play.zip
fastlane/output/
fastlane/report.xml
fastlane/test_output/
.bundle/
vendor/bundle/
landing/node_modules/
landing/dist/
landing/dev.log
landing/dev.output
landing/dev.pid
landing/lighthouse-*.json
landing/src/pages/*.backup
**/node_modules/
landing/dist/_astro/
eminent-ellipse/.vscode/
# Eclipse
**/.project
**/.settings/
**/.classpath
# Garmin Connect IQ
garminApp/bin/
garminApp/gen/
# Build outputs
bin/
gen/
apple/watchApp/plan.md
# Garmin developer key
**/developer_key
# VS Code settings (per-project)
.garmin.vscode/
garminApp/.vscode/settings.json
.pycache/
codex-skills/
store/
*.pen
github-secrets.md
dev/icerock/