mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
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:
parent
e9c8de9837
commit
90fccdf0f3
2 changed files with 1 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
1
protobufs
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5f28be497a5518334c86378335e8ffcd177ed661
|
||||
Loading…
Add table
Add a link
Reference in a new issue