From 5e58c0c4fe607a1ce7b3b6f621ebf8be4b251eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Mon, 18 May 2026 17:11:35 +0200 Subject: [PATCH] chore: ignore .swiftpm editor state dirs swift test / Xcode create hidden .swiftpm dirs inside packages; ignore them so they never get staged. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64e77f5..da5b073 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,9 @@ iphone-arbody/**/*.xcuserstate iphone-arbody/build/ iphone-arbody/DerivedData/ -# SwiftPM build artifacts +# SwiftPM build + editor artifacts .build/ +.swiftpm/ # openFrameworks — on garde les shaders + settings.json pour qu'ils # arrivent sur les autres machines, mais on ignore les binaires.