Skip to content

Commit 0a23ed5

Browse files
authored
Revert "Update Xcode.gitignore"
1 parent ec24607 commit 0a23ed5

File tree

1 file changed

+9
-65
lines changed

1 file changed

+9
-65
lines changed

Global/Xcode.gitignore

Lines changed: 9 additions & 65 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,65 +21,3 @@ DerivedData/
1521
!default.mode2v3
1622
*.perspectivev3
1723
!default.perspectivev3
18-
xcuserdata/
19-
20-
## Other
21-
*.moved-aside
22-
*.xccheckout
23-
*.xcscmblueprint
24-
25-
## Obj-C/Swift specific
26-
*.hmap
27-
*.ipa
28-
*.dSYM.zip
29-
*.dSYM
30-
31-
## Playgrounds
32-
timeline.xctimeline
33-
playground.xcworkspace
34-
35-
# Swift Package Manager
36-
#
37-
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
38-
# Packages/
39-
# Package.pins
40-
# Package.resolved
41-
.build/
42-
43-
# CocoaPods
44-
#
45-
# We recommend against adding the Pods directory to your .gitignore. However
46-
# you should judge for yourself, the pros and cons are mentioned at:
47-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
48-
#
49-
# Pods/
50-
#
51-
# Add this line if you want to avoid checking in source code from the Xcode workspace
52-
# *.xcworkspace
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/Build
60-
61-
# fastlane
62-
#
63-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
64-
# screenshots whenever they are needed.
65-
# For more information about the recommended setup visit:
66-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
67-
68-
fastlane/report.xml
69-
fastlane/Preview.html
70-
fastlane/screenshots/**/*.png
71-
fastlane/test_output
72-
73-
# Code Injection
74-
#
75-
# After new code Injection tools there's a generated folder /iOSInjectionProject
76-
# https://github.com/johnno1962/injectionforxcode
77-
78-
iOSInjectionProject/
79-

0 commit comments

Comments
 (0)