Skip to content

Commit a55ae59

Browse files
committed
Update .gitignore
Update .gitignore Update .gitignore
1 parent 0b10b0c commit a55ae59

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
1+
# OS X
12
.DS_Store
23
.DS_Store?
4+
5+
# Xcode
6+
7+
## Build generated
8+
build/
9+
DerivedData/
10+
11+
## Various settings
12+
*.pbxuser
13+
!default.pbxuser
14+
*.mode1v3
15+
!default.mode1v3
16+
*.mode2v3
17+
!default.mode2v3
18+
*.perspectivev3
19+
!default.perspectivev3
20+
xcuserdata/
21+
22+
## Other
23+
*.moved-aside
24+
*.xccheckout
25+
*.xcscmblueprint
326
._*
427
.Spotlight-V100
528
.Trashes
@@ -9,3 +32,37 @@ Thumbs.db
932
xcuserdata/
1033
*.xcuserstate
1134
.idea
35+
36+
## Obj-C/Swift specific
37+
*.hmap
38+
*.ipa
39+
*.dSYM.zip
40+
*.dSYM
41+
42+
# CocoaPods
43+
#
44+
# We recommend against adding the Pods directory to your .gitignore. However
45+
# you should judge for yourself, the pros and cons are mentioned at:
46+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
47+
#
48+
# Pods/
49+
50+
# Carthage
51+
#
52+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
53+
# Carthage/Checkouts
54+
55+
Carthage/Build
56+
57+
# fastlane
58+
#
59+
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
60+
# screenshots whenever they are needed.
61+
# For more information about the recommended setup visit:
62+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
63+
64+
fastlane/report.xml
65+
fastlane/Preview.html
66+
fastlane/screenshots
67+
fastlane/test_output
68+

0 commit comments

Comments
 (0)