From 906cbb4fdbb1ccccb867eb137c27fedae5e96230 Mon Sep 17 00:00:00 2001 From: Andrew Watt Date: Mon, 16 Mar 2020 18:16:37 -0700 Subject: [PATCH] Ignore swiftpm files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 094b85c21..3ed36342f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ xcuserdata/ # Cocoapods Pods/ -*.xcworkspace \ No newline at end of file +*.xcworkspace + +# SPM +.swiftpm/