-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (41 loc) · 893 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
# Full gitignore can be found here:
# https://raw.githubusercontent.com/github/gitignore/master/Swift.gitignore
# macOS system. should be in global gitignore
#.DS_Store
# Xcode
xcuserdata/
*.xcuserstate
# AppCode
.idea/
# CocoaPods
*.xcworkspace/
Pods/
# Carthage
Carthage/
# Fastlane
fastlane/report.xml
fastlane/Preview.html
Preview.html
fastlane/test_output
# fastlane screenshots
# It is recommended to not store the screenshots in the git repo.
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
fastlane/screenshots/screenshots.html
fastlane/screenshots/**/*.png
!fastlane/screenshots/background.png
# Generamba
#Templates/
# R Swift
#*.generated.swift
# Xcode build files
*.dSYM.zip
*.ipa
#DerivedData/
#build/
#Builds/
# Xcode temporary files that should never be committed
#*~.nib
# Dev center. Use fastlane match
*.mobileprovision
*.cer
*.pem