mirror of
https://github.com/github/gitignore
synced 2024-12-02 00:15:42 +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/
|
# Packages/
|
||||||
# Package.pins
|
# Package.pins
|
||||||
# Package.resolved
|
# 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/
|
.build/
|
||||||
|
|
||||||
# CocoaPods
|
# CocoaPods
|
||||||
|
Loading…
Reference in New Issue
Block a user