Skip to content

Commit a3e8e14

Browse files
maxxfrazershiftkey
authored andcommitted
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
1 parent 20e9638 commit a3e8e14

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Swift.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ playground.xcworkspace
3838
# Packages/
3939
# Package.pins
4040
# Package.resolved
41+
# *.xcodeproj
42+
#
43+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
44+
# hence it is not needed unless you have added a package configuration file to your project
45+
# .swiftpm
46+
4147
.build/
4248

4349
# CocoaPods

0 commit comments

Comments
 (0)