-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (63 loc) · 1.05 KB
/
Copy path.gitignore
File metadata and controls
73 lines (63 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
# Build artifacts
*.prg
*.prg.debug.xml
*.iq
# Compiler intermediates
**/gen/
**/external-mir/
**/internal-mir/
garmin/mir/
# Keys
developer_key
*.der
# Secrets (API keys — copy from .example and fill in your key)
apple/TrainTimeWatch/Secrets.swift
garmin/TrainTime/source/Secrets.mc
# Python
__pycache__/
*.pyc
# Xcode
*.xcodeproj/xcuserdata/
*.xcworkspace/xcuserdata/
DerivedData/
build/
*.pbxuser
*.mode1v3
*.mode2v3
*.perspectivev3
*.moved-aside
xcuserdata/
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# OS
.DS_Store
# Markdown
*.md
*.tmp
# Garmin store copy is release metadata, not notes. No API to upload it, so the
# repo is the only record of what was pasted into the Connect IQ dashboard.
!docs/screenshots/store/garmin/*.md
# Fastlane
apple/fastlane/vendor/
apple/fastlane/.bundle/
android/fastlane/vendor/
android/fastlane/.bundle/
android/fastlane/report.xml
# Android / Gradle
.gradle/
.kotlin/
local.properties
keystore.properties
play-service-account.json
*.apk
*.aab
*.keystore
*.jks
android/dist/
android/.idea/
android/captures/
/screenshots/
/*.png
.*