Skip to content

Commit 4065c10

Browse files
committed
Update .gitignore
Fix for some request to change. See ephread#247 (comment)
1 parent 12a748b commit 4065c10

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Diff for: .gitignore

+16-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ playground.xcworkspace
206206
# *.xcodeproj
207207
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
208208
# hence it is not needed unless you have added a package configuration file to your project
209-
# .swiftpm
209+
.swiftpm
210210

211211
.build/
212212

@@ -274,4 +274,18 @@ $RECYCLE.BIN/
274274
# Windows shortcuts
275275
*.lnk
276276

277-
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,swift,swiftpackagemanager,swiftpm,cocoapods,carthage,objective-c,ruby
277+
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,swift,swiftpackagemanager,swiftpm,cocoapods,carthage,objective-c,ruby
278+
279+
# Added manually.
280+
# See https://github.com/ephread/Instructions/pull/247#issuecomment-708517304
281+
## Build generated
282+
Tests
283+
284+
## Other
285+
*.xcuserstate
286+
287+
## Carthage
288+
**/Carthage/Checkouts
289+
**/Carthage/Build
290+
291+
Skassets

0 commit comments

Comments
 (0)