Skip to content

Commit

Permalink
Make gitmodules shallow
Browse files Browse the repository at this point in the history
  • Loading branch information
semtexzv committed Aug 11, 2023
1 parent 8806422 commit 857d8e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[submodule "vendor/protobuf"]
path = vendor/protobuf
url = https://github.com/protocolbuffers/protobuf
shallow = true
[submodule "vendor/protoc-gen-validate"]
path = vendor/protoc-gen-validate
url = https://github.com/envoyproxy/protoc-gen-validate
shallow = true
[submodule "vendor/googleapis"]
path = vendor/googleapis
url = https://github.com/googleapis/googleapis
shallow = true

0 comments on commit 857d8e3

Please sign in to comment.