From 9806f58ed17fef3d13ffc8b1dfdb621b731d65bd Mon Sep 17 00:00:00 2001 From: Florian Friedrich Date: Thu, 28 Sep 2023 15:22:59 +0200 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5bd10af..13bc1d5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,11 @@ /.build /Packages -/*.xcodeproj xcuserdata/ DerivedData/ +.swiftpm/configuration/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata +.netrc # VS Code .vscode/*