-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.9 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "doc"]
path = doc
url = git@github.com:theonethread/falkor-knowledge-base.git
branch = develop
[submodule "shared_modules/falkor-cspell-config"]
path = shared_modules/falkor-cspell-config
url = git@github.com:theonethread/falkor-cspell-config.git
branch = develop
[submodule "shared_modules/falkor-prettier-config"]
path = shared_modules/falkor-prettier-config
url = git@github.com:theonethread/falkor-prettier-config.git
branch = develop
[submodule "shared_modules/falkor-eslint-config"]
path = shared_modules/falkor-eslint-config
url = git@github.com:theonethread/falkor-eslint-config.git
branch = develop
[submodule "shared_modules/falkor-jest-config"]
path = shared_modules/falkor-jest-config
url = git@github.com:theonethread/falkor-jest-config.git
branch = develop
[submodule "shared_modules/falkor-bundler"]
path = shared_modules/falkor-bundler
url = git@github.com:theonethread/falkor-bundler.git
branch = develop
[submodule "shared_modules/falkor-library"]
path = shared_modules/falkor-library
url = git@github.com:theonethread/falkor-library.git
branch = develop
[submodule "shared_modules/falkor-commander"]
path = shared_modules/falkor-commander
url = git@github.com:theonethread/falkor-commander.git
branch = develop
[submodule "projects/falkor-auth-server"]
path = projects/falkor-auth-server
url = git@github.com:theonethread/falkor-auth-server.git
branch = develop
[submodule "projects/falkor-plugin-example"]
path = projects/falkor-plugin-example
url = git@github.com:theonethread/falkor-plugin-example.git
branch = develop
[submodule "projects/falkor-jscc-webpack-plugin"]
path = projects/falkor-jscc-webpack-plugin
url = git@github.com:theonethread/falkor-jscc-webpack-plugin.git
branch = develop
[submodule "projects/verdaccio-plugin-falkor-auth"]
path = projects/verdaccio-plugin-falkor-auth
url = git@github.com:theonethread/verdaccio-plugin-falkor-auth.git
branch = develop