diff options
author | Max Cobb <5754073+maxxfrazer@users.noreply.github.com> | 2019-08-07 13:08:55 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-08-07 09:08:55 -0300 |
commit | a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5 (patch) | |
tree | b3ff5b2bfc3f4465f42f8b003728cefcaac8dd0e /Swift.gitignore | |
parent | 20e96383922eecea412c08e79db7df72c51f0ad4 (diff) | |
download | gitignore-a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5.tar.gz gitignore-a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5.zip |
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
Diffstat (limited to 'Swift.gitignore')
-rw-r--r-- | Swift.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Swift.gitignore b/Swift.gitignore index 421ae0bb..4e401e1b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -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 |