mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
Swift: ignore .swiftpm (#3083)
* added files to be ignored with swift package manager * added comment for swiftpm and why it might want to be included in .gitignore
This commit is contained in:
parent
20e9638392
commit
a3e8e1470d
@ -38,6 +38,12 @@ playground.xcworkspace
|
||||
# Packages/
|
||||
# Package.pins
|
||||
# Package.resolved
|
||||
# *.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
|
||||
|
||||
.build/
|
||||
|
||||
# CocoaPods
|
||||
|
Loading…
Reference in New Issue
Block a user