Skip to content

Commit 20190f9

Browse files
committed
Update ignore
1 parent 2fcc29e commit 20190f9

File tree

1 file changed

+36
-13
lines changed

1 file changed

+36
-13
lines changed

.gitignore

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5-
## Build generated
5+
## User settings
6+
xcuserdata/
7+
8+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
9+
*.xcscmblueprint
10+
*.xccheckout
11+
12+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
613
build/
714
DerivedData/
8-
9-
## Various settings
15+
*.moved-aside
1016
*.pbxuser
1117
!default.pbxuser
1218
*.mode1v3
@@ -15,15 +21,11 @@ DerivedData/
1521
!default.mode2v3
1622
*.perspectivev3
1723
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
2424

2525
## Obj-C/Swift specific
2626
*.hmap
27+
28+
## App packaging
2729
*.ipa
2830
*.dSYM.zip
2931
*.dSYM
@@ -37,6 +39,13 @@ playground.xcworkspace
3739
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
3840
# Packages/
3941
# Package.pins
42+
# Package.resolved
43+
# *.xcodeproj
44+
#
45+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
46+
# hence it is not needed unless you have added a package configuration file to your project
47+
# .swiftpm
48+
4049
.build/
4150

4251
# CocoaPods
@@ -46,26 +55,40 @@ playground.xcworkspace
4655
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4756
#
4857
# Pods/
58+
#
59+
# Add this line if you want to avoid checking in source code from the Xcode workspace
60+
# *.xcworkspace
4961

5062
# Carthage
5163
#
5264
# Add this line if you want to avoid checking in source code from Carthage dependencies.
5365
# Carthage/Checkouts
5466

55-
Carthage/Build
67+
Carthage/Build/
68+
69+
# Accio dependency management
70+
Dependencies/
71+
.accio/
5672

5773
# fastlane
5874
#
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.
75+
# It is recommended to not store the screenshots in the git repo.
76+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
6177
# For more information about the recommended setup visit:
6278
# https://docs.fastlane.tools/best-practices/source-control/#source-control
6379

6480
fastlane/report.xml
6581
fastlane/Preview.html
66-
fastlane/screenshots
82+
fastlane/screenshots/**/*.png
6783
fastlane/test_output
6884

85+
# Code Injection
86+
#
87+
# After new code Injection tools there's a generated folder /iOSInjectionProject
88+
# https://github.com/johnno1962/injectionforxcode
89+
90+
iOSInjectionProject/
91+
6992
# Samples Folder
7093
Samples/*.pdf
7194
Samples/*.png

0 commit comments

Comments
 (0)