Skip to content

Commit ab00818

Browse files
authored
Modernize and update gitignore (#911)
1 parent a26fc96 commit ab00818

File tree

1 file changed

+5
-70
lines changed

1 file changed

+5
-70
lines changed

.gitignore

Lines changed: 5 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,6 @@
1-
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
4-
51
## User settings
62
xcuserdata/
73

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)
13-
build/
14-
DerivedData/
15-
*.moved-aside
16-
*.pbxuser
17-
!default.pbxuser
18-
*.mode1v3
19-
!default.mode1v3
20-
*.mode2v3
21-
!default.mode2v3
22-
*.perspectivev3
23-
!default.perspectivev3
24-
25-
## Obj-C/Swift specific
26-
*.hmap
27-
28-
## App packaging
29-
*.ipa
30-
*.dSYM.zip
31-
*.dSYM
32-
334
## Playgrounds
345
timeline.xctimeline
356
playground.xcworkspace
@@ -41,53 +12,17 @@ Packages/
4112
Package.pins
4213
Package.resolved
4314
*.xcodeproj
15+
4416
#
4517
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
4618
# hence it is not needed unless you have added a package configuration file to your project
4719
.swiftpm
4820

49-
.build/
50-
51-
# CocoaPods
52-
#
53-
# We recommend against adding the Pods directory to your .gitignore. However
54-
# you should judge for yourself, the pros and cons are mentioned at:
55-
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
56-
#
57-
# Pods/
58-
#
59-
# Add this line if you want to avoid checking in source code from the Xcode workspace
60-
# *.xcworkspace
61-
62-
# Carthage
63-
#
64-
# Add this line if you want to avoid checking in source code from Carthage dependencies.
65-
# Carthage/Checkouts
66-
67-
Carthage/Build/
68-
69-
# Accio dependency management
70-
Dependencies/
71-
.accio/
72-
73-
# fastlane
74-
#
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.
77-
# For more information about the recommended setup visit:
78-
# https://docs.fastlane.tools/best-practices/source-control/#source-control
79-
80-
fastlane/report.xml
81-
fastlane/Preview.html
82-
fastlane/screenshots/**/*.png
83-
fastlane/test_output
84-
85-
# Code Injection
86-
#
87-
# After new code Injection tools there's a generated folder /iOSInjectionProject
88-
# https://github.com/johnno1962/injectionforxcode
21+
**/.build*
8922

90-
iOSInjectionProject/
23+
# VSCode
24+
**/.vscode
25+
**/.vs
9126

9227
# vim swap files
9328
.*.sw?

0 commit comments

Comments
 (0)