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.
This commit is contained in:
Austin Payne 2024-02-21 00:38:43 -07:00
parent e9c8de9837
commit 90fccdf0f3
2 changed files with 1 additions and 3 deletions

3
.gitignore vendored
View file

@ -5,9 +5,6 @@
## User settings
xcuserdata/
## Generated Protobufs
protobufs/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

1
protobufs Submodule

@ -0,0 +1 @@
Subproject commit 5f28be497a5518334c86378335e8ffcd177ed661