From 107f084752e539ba7dd7d35918a7db0f7450f9ae Mon Sep 17 00:00:00 2001 From: Simon Back Date: Mon, 25 Nov 2019 18:29:38 +0100 Subject: [PATCH] Update the .gitignore to ignore SPM related files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d13d957..50f3880 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,8 @@ Scripts/SymLinks Dependencies/ .accio/ - # Beak Scripts' user-specific symbolic links Scripts/SymLinks/ + +# Swift Package Manager +Package.resolved