Skip to content

Commit 7cb6429

Browse files
committed
add Build/ to gitignore
1 parent 2db9c23 commit 7cb6429

File tree

1 file changed

+62
-4
lines changed

1 file changed

+62
-4
lines changed

.gitignore

+62-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,62 @@
1-
## Build generatedbuild/DerivedData/## Various settings*.pbxuser!default.pbxuser*.mode1v3!default.mode1v3*.mode2v3!default.mode2v3*.perspectivev3!default.perspectivev3xcuserdata/## Other*.moved-aside*.xccheckout*.xcscmblueprint## Obj-C/Swift specific*.hmap*.ipa## Playgroundstimeline.xctimelineplayground.xcworkspace# Swift Package Manager## Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.# Packages/.build/# CocoaPods## We recommend against adding the Pods directory to your .gitignore. However# you should judge for yourself, the pros and cons are mentioned at:# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control## Pods/# Carthage## Add this line if you want to avoid checking in source code from Carthage dependencies.# Carthage/CheckoutsCarthage/Build# fastlane## It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the # screenshots whenever they are needed.# For more information about the recommended setup visit:# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.mdfastlane/report.xmlfastlane/screenshots
2-
3-
Pods/
4-
Pods/*
1+
## Build generated
2+
build/
3+
DerivedData/
4+
Build/
5+
6+
## Various settings
7+
*.pbxuser
8+
!default.pbxuser
9+
*.mode1v3
10+
!default.mode1v3
11+
*.mode2v3
12+
!default.mode2v3
13+
*.perspectivev3
14+
!default.perspectivev3
15+
xcuserdata/
16+
17+
## Other
18+
*.moved-aside
19+
*.xccheckout
20+
*.xcscmblueprint
21+
22+
## Obj-C/Swift specific
23+
*.hmap
24+
*.ipa
25+
26+
## Playgrounds
27+
timeline.xctimeline
28+
playground.xcworkspace
29+
30+
# Swift Package Manager
31+
#
32+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
33+
# Packages/
34+
.build/
35+
36+
# CocoaPods
37+
#
38+
# We recommend against adding the Pods directory to your .gitignore. However
39+
# you should judge for yourself, the pros and cons are mentioned at:
40+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
41+
#
42+
# Pods/
43+
44+
# Carthage
45+
#
46+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
47+
# Carthage/Checkouts
48+
49+
Carthage/Build
50+
51+
# fastlane
52+
#
53+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
54+
# screenshots whenever they are needed.
55+
# For more information about the recommended setup visit:
56+
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md
57+
58+
fastlane/report.xml
59+
fastlane/screenshots
60+
61+
Pods/
62+
Pods/*

0 commit comments

Comments
 (0)