Skip to content

Commit ed7ed44

Browse files
committed
gitignore
1 parent 5abde90 commit ed7ed44

File tree

1 file changed

+74
-2
lines changed

1 file changed

+74
-2
lines changed

.gitignore

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,74 @@
1-
xcuserdata
2-
.DS_Store
1+
.DS_Store
2+
/Carthage
3+
4+
# Xcode
5+
#
6+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7+
8+
## Build generated
9+
build/
10+
DerivedData/
11+
12+
## Various settings
13+
*.pbxuser
14+
!default.pbxuser
15+
*.mode1v3
16+
!default.mode1v3
17+
*.mode2v3
18+
!default.mode2v3
19+
*.perspectivev3
20+
!default.perspectivev3
21+
xcuserdata/
22+
23+
## Other
24+
*.moved-aside
25+
*.xccheckout
26+
*.xcscmblueprint
27+
28+
## Obj-C/Swift specific
29+
*.hmap
30+
*.ipa
31+
*.dSYM.zip
32+
*.dSYM
33+
34+
## Playgrounds
35+
timeline.xctimeline
36+
playground.xcworkspace
37+
38+
# Swift Package Manager
39+
#
40+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
41+
# Packages/
42+
# Package.pins
43+
# Package.resolved
44+
.build/
45+
46+
# CocoaPods
47+
#
48+
# We recommend against adding the Pods directory to your .gitignore. However
49+
# you should judge for yourself, the pros and cons are mentioned at:
50+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
51+
#
52+
# Pods/
53+
54+
# Carthage
55+
#
56+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
57+
# Carthage/Checkouts
58+
59+
Carthage/Checkouts
60+
Carthage/Build
61+
62+
# fastlane
63+
#
64+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
65+
# screenshots whenever they are needed.
66+
# For more information about the recommended setup visit:
67+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
68+
69+
fastlane/report.xml
70+
fastlane/Preview.html
71+
fastlane/screenshots/**/*.png
72+
fastlane/test_output
73+
.DS_Store
74+
*.pbxproj-e

0 commit comments

Comments
 (0)