Skip to content

Commit e637ff9

Browse files
committed
Update .gitignore file.
1 parent b3bbda7 commit e637ff9

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

.gitignore

+24-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Build generated
66
build/
7-
DerivedData
7+
DerivedData/
88

99
## Various settings
1010
*.pbxuser
@@ -15,23 +15,32 @@ DerivedData
1515
!default.mode2v3
1616
*.perspectivev3
1717
!default.perspectivev3
18-
xcuserdata
18+
xcuserdata/
1919

2020
## Other
21-
*.xccheckout
2221
*.moved-aside
23-
*.xcuserstate
22+
*.xccheckout
2423
*.xcscmblueprint
2524

2625
## Obj-C/Swift specific
2726
*.hmap
2827
*.ipa
2928

29+
## Playgrounds
30+
timeline.xctimeline
31+
playground.xcworkspace
32+
33+
# Swift Package Manager
34+
#
35+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
36+
# Packages/
37+
.build/
38+
3039
# CocoaPods
3140
#
3241
# We recommend against adding the Pods directory to your .gitignore. However
3342
# you should judge for yourself, the pros and cons are mentioned at:
34-
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
43+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
3544
#
3645
# Pods/
3746

@@ -41,3 +50,13 @@ xcuserdata
4150
# Carthage/Checkouts
4251

4352
Carthage/Build
53+
54+
# fastlane
55+
#
56+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
57+
# screenshots whenever they are needed.
58+
# For more information about the recommended setup visit:
59+
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
60+
61+
fastlane/report.xml
62+
fastlane/screenshots

0 commit comments

Comments
 (0)