Swift.gitignore 1.4 KB
Newer Older
M
Martin Blech 已提交
1 2
# Xcode
#
3 4 5
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
M
Martin Blech 已提交
6
build/
7
DerivedData/
8 9

## Various settings
M
Martin Blech 已提交
10 11 12 13 14 15 16 17
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
18
xcuserdata/
19 20

## Other
M
Martin Blech 已提交
21
*.moved-aside
22 23 24
*.xcuserstate

## Obj-C/Swift specific
M
Martin Blech 已提交
25 26 27
*.hmap
*.ipa

28 29
## Playgrounds
timeline.xctimeline
30
playground.xcworkspace
31

32 33 34 35 36 37
# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

M
Martin Blech 已提交
38 39 40 41
# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
F
Felix Krause 已提交
42
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
M
Martin Blech 已提交
43 44
#
# Pods/
45 46 47 48 49 50 51

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build
F
Felix Krause 已提交
52 53 54

# fastlane
#
D
Daniel Burgess 已提交
55
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
F
Felix Krause 已提交
56
# screenshots whenever they are needed.
57 58
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
F
Felix Krause 已提交
59 60

fastlane/report.xml
61
fastlane/Preview.html
F
Felix Krause 已提交
62
fastlane/screenshots
63
fastlane/test_output