From 90fccdf0f34ac31df27ddb9f94fe0624425ca706 Mon Sep 17 00:00:00 2001 From: Austin Payne Date: Wed, 21 Feb 2024 00:38:43 -0700 Subject: [PATCH] chore: add protobufs to git index The protobufs submodule was not properly tracked in the git index due to it being ignored, resulting in the following error (which is now fixed): "error: pathspec 'protobufs' did not match any file(s) known to git" By tracking the submodule it is now easier to discover from which version of protobufs the Swift definitions were generated. --- .gitignore | 3 --- protobufs | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) create mode 160000 protobufs diff --git a/.gitignore b/.gitignore index 4a8064a3..77aab2fe 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,6 @@ ## User settings xcuserdata/ -## Generated Protobufs -protobufs/ - ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) *.xcscmblueprint *.xccheckout diff --git a/protobufs b/protobufs new file mode 160000 index 00000000..5f28be49 --- /dev/null +++ b/protobufs @@ -0,0 +1 @@ +Subproject commit 5f28be497a5518334c86378335e8ffcd177ed661