Skip to content

Commit c4c3e2b

Browse files
authored
Update .gitignore
1 parent cf61965 commit c4c3e2b

1 file changed

Lines changed: 49 additions & 16 deletions

File tree

.gitignore

Lines changed: 49 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,69 @@
11
# Xcode
2-
.DS_Store
2+
#
3+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
34

4-
##Firebase
5-
GoogleService-Info.plist
5+
##OS-generated files
6+
.DS_Store
7+
.DS_Store?
68

7-
## Various settings
9+
## User settings
810
xcuserdata/
911

10-
## Build generated
11-
build/
12-
DerivedData/
13-
14-
## Other
15-
*.moved-aside
16-
*.xccheckout
17-
*.xcscmblueprint
18-
1912
## Obj-C/Swift specific
2013
*.hmap
14+
15+
## App packaging
2116
*.ipa
22-
*.dSYM.zip
17+
*.dSYM.zip
2318
*.dSYM
2419

25-
## Playgrounds
20+
## Playgrounds
2621
timeline.xctimeline
2722
playground.xcworkspace
2823

2924
# Swift Package Manager
3025
#
31-
# Add this line if you want to avoid checking in source code from Swift Package$
26+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3227
# Packages/
3328
# Package.pins
3429
# Package.resolved
30+
# *.xcodeproj
31+
#
32+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
33+
# hence it is not needed unless you have added a package configuration file to your project
34+
.swiftpm
35+
3536
.build/
3637

38+
# CocoaPods
39+
#
40+
# We recommend against adding the Pods directory to your .gitignore. However
41+
# you should judge for yourself, the pros and cons are mentioned at:
42+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
43+
#
44+
Pods/
45+
#
46+
# Add this line if you want to avoid checking in source code from the Xcode workspace
47+
*.xcworkspace
48+
49+
# Carthage
50+
#
51+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
52+
# Carthage/Checkouts
53+
54+
Carthage/Build/
55+
56+
# fastlane
57+
#
58+
# It is recommended to not store the screenshots in the git repo.
59+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
60+
# For more information about the recommended setup visit:
61+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
62+
63+
fastlane/report.xml
64+
fastlane/Preview.html
65+
fastlane/screenshots/**/*.png
66+
fastlane/test_output
67+
68+
## Google
69+
GoogleService-Info.plist

0 commit comments

Comments
 (0)