-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
53 lines (44 loc) · 825 Bytes
/
.gitignore
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
# /Pods
# OS X Finder
.DS_Store
## Build generated
build/
DerivedData/
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.pbxuser
*.perspective
*.perspectivev3
xcuserdata/
# Whitelist defaults since some projects need them
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3
# Xcode temporary files
*~.nib
# Other
*.moved-aside
*.xccheckout
# CocoaPods
Pods
# Secrets
env-vars.sh
AppSecrets.generated.swift
/awsconfiguration.json
/buildscripts/env_configs/awsconfiguration-*.json
/fastlane/Appfile
/fastlane/metadata/review_information
/fastlane/metadata/trade_representative_contact_information
# Generated
# /API.swift
/fastlane/Preview.html
/fastlane/README.md
/fastlane/report.xml
/fastlane/screenshots/screenshots.html
**/fastlane/screenshots/en-US/*.png
/Adequate.ipa
# AppCode
/.idea