Skip to content

Commit 8403cb9

Browse files
authored
submodules and symlinks
1 parent 947e6fe commit 8403cb9

File tree

8 files changed

+19
-0
lines changed

8 files changed

+19
-0
lines changed

.gitmodules

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "submodules/dev-tools"]
2+
path = submodules/dev-tools
3+
url = https://github.com/3rdparty/dev-tools
4+
[submodule "submodules/pyprotoc-plugin"]
5+
path = submodules/pyprotoc-plugin
6+
url = https://github.com/reboot-dev/pyprotoc-plugin.git
7+
[submodule "submodules/stout"]
8+
path = submodules/stout
9+
url = https://github.com/3rdparty/stout.git
10+
[submodule "reboot/server/sha1"]
11+
path = reboot/server/sha1
12+
url = https://github.com/mpeterv/sha1.git

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
submodules/dev-tools/.isort.cfg

.prettierrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
submodules/dev-tools/.prettierrc.json

.style.yapf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
submodules/dev-tools/.style.yapf

reboot/server/sha1

Submodule sha1 added at 9b462c7

submodules/dev-tools

Submodule dev-tools added at b0d85d9

submodules/pyprotoc-plugin

Submodule pyprotoc-plugin added at 813d325

submodules/stout

Submodule stout added at 6ddc5f8

0 commit comments

Comments
 (0)