Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
Fix for some request to change. See #247 (comment)
  • Loading branch information
0x0c committed Oct 14, 2020
1 parent 12a748b commit 4065c10
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ playground.xcworkspace
# *.xcodeproj
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
# hence it is not needed unless you have added a package configuration file to your project
# .swiftpm
.swiftpm

.build/

Expand Down Expand Up @@ -274,4 +274,18 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk

# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,swift,swiftpackagemanager,swiftpm,cocoapods,carthage,objective-c,ruby
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux,swift,swiftpackagemanager,swiftpm,cocoapods,carthage,objective-c,ruby

# Added manually.
# See https://github.com/ephread/Instructions/pull/247#issuecomment-708517304
## Build generated
Tests

## Other
*.xcuserstate

## Carthage
**/Carthage/Checkouts
**/Carthage/Build

Skassets

0 comments on commit 4065c10

Please sign in to comment.