mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05: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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue