Skip to content

Commit 20a443c

Browse files
committed
update ignore
1 parent ded3b81 commit 20a443c

File tree

1 file changed

+13
-34
lines changed

1 file changed

+13
-34
lines changed

.gitignore

+13-34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
# Xcode
2-
#
3-
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
1+
# macOS
2+
.DS_Store
3+
4+
# ruby tools
5+
.bundle/
6+
vendor/
7+
8+
# jazzy docs
9+
docs/docsets/
10+
11+
## Xcode
12+
## https://github.com/github/gitignore/blob/master/Swift.gitignore
413

514
## User settings
615
xcuserdata/
@@ -44,32 +53,9 @@ playground.xcworkspace
4453
#
4554
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
4655
# hence it is not needed unless you have added a package configuration file to your project
47-
# .swiftpm
48-
56+
.swiftpm
4957
.build/
5058

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-
7359
# fastlane
7460
#
7561
# It is recommended to not store the screenshots in the git repo.
@@ -81,10 +67,3 @@ fastlane/report.xml
8167
fastlane/Preview.html
8268
fastlane/screenshots/**/*.png
8369
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
89-
90-
iOSInjectionProject/

0 commit comments

Comments
 (0)