-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
68 lines (68 loc) · 2.18 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[submodule "dotnet/csharp"]
path = dotnet/csharp
branch = dotnet-csharp
[submodule "node/nextjs"]
path = node/nextjs
branch = node-nextjs
[submodule "node/nextjs-standalone"]
path = node/nextjs-standalone
branch = node-nextjs-standalone
[submodule "node/nextjs-export"]
path = node/nextjs-export
branch = node-nextjs-export
[submodule "node/express"]
path = node/express
branch = node-express
[submodule "node/react-vite"]
path = node/react-vite
branch = node-react-vite
[submodule "node/connect"]
path = node/connect
branch = node-connect
[submodule "go/connect"]
path = go/connect
branch = go-connect
[submodule "rust/hyper"]
path = rust/hyper
branch = rust-hyper
[submodule "rust/axum"]
path = rust/axum
branch = rust-axum
[submodule "php/wordpress"]
path = php/wordpress
branch = php-wordpress
[submodule "python/flask-poetry"]
path = python/flask-poetry
branch = python-flask-poetry
[submodule "python/flask"]
path = python/flask
branch = python-flask
[submodule "python/huggingface"]
path = python/huggingface
branch = python-huggingface
[submodule "ollama"]
path = ollama
branch = ollama
[submodule "blueprints/full"]
path = blueprints/full
branch = blueprints-full
[submodule "go/http"]
path = go/http
branch = go-http