Skip to content

Commit ee01802

Browse files
committed
chore: reorganize monorepo into ecosystems (a2ml, k9, kea, developer-ecosystem)
1 parent 1f5430a commit ee01802

37 files changed

Lines changed: 271 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,11 @@ ai-cli-crash-capture/
8787
/lib/
8888
reports/
8989
zig-api/build/
90+
target/
91+
node_modules/
92+
_build/
93+
deps/
94+
.elixir_ls/
95+
.cache/
96+
build/
97+
dist/

.gitmodules

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,24 @@
4343
[submodule "julia-ecosystem"]
4444
path = julia-ecosystem
4545
url = git@github.com:hyperpolymath/julia-ecosystem.git
46+
[submodule "v-ecosystem/v-graphql"]
47+
path = v-ecosystem/v-graphql
48+
url = git@github.com:hyperpolymath/v-graphql.git
49+
[submodule "v-ecosystem/v-grpc"]
50+
path = v-ecosystem/v-grpc
51+
url = git@github.com:hyperpolymath/v-grpc.git
52+
[submodule "v-ecosystem/v-rest"]
53+
path = v-ecosystem/v-rest
54+
url = git@github.com:hyperpolymath/v-rest.git
55+
[submodule "rescript-ecosystem/rescript"]
56+
path = rescript-ecosystem/rescript
57+
url = git@github.com:hyperpolymath/rescript.git
58+
[submodule "rescript-ecosystem/rescript-evangeliser"]
59+
path = rescript-ecosystem/rescript-evangeliser
60+
url = git@github.com:hyperpolymath/rescript-evangeliser.git
61+
[submodule "rescript-ecosystem/rescript-tea"]
62+
path = rescript-ecosystem/rescript-tea
63+
url = git@github.com:hyperpolymath/rescript-tea.git
64+
[submodule "rescript-ecosystem/rescript-string-power"]
65+
path = rescript-ecosystem/rescript-string-power
66+
url = git@github.com:hyperpolymath/rescript-string-power.git

ada-ecosystem/ada-loom-registry/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ htmlcov/
8383

8484
# Crash recovery artifacts
8585
ai-cli-crash-capture/
86+
target/
87+
node_modules/
88+
_build/
89+
deps/
90+
.elixir_ls/
91+
.cache/
92+
build/
93+
dist/

aggregate-library/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ htmlcov/
8080

8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
83+
target/
84+
node_modules/
85+
_build/
86+
deps/
87+
.elixir_ls/
88+
.cache/
89+
build/
90+
dist/

coq-ecosystem/coq-jr/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,11 @@ htmlcov/
8686

8787
# Crash recovery artifacts
8888
ai-cli-crash-capture/
89+
target/
90+
node_modules/
91+
_build/
92+
deps/
93+
.elixir_ls/
94+
.cache/
95+
build/
96+
dist/

deno-ecosystem/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ cover/
4141
# Logs
4242
*.log
4343
logs/
44+
target/
45+
node_modules/
46+
.cache/
47+
*.tmp
48+
build/

devkit-risc-v/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,11 @@ htmlcov/
8080

8181
# Crash recovery artifacts
8282
ai-cli-crash-capture/
83+
target/
84+
node_modules/
85+
_build/
86+
deps/
87+
.elixir_ls/
88+
.cache/
89+
build/
90+
dist/

idris2-ecosystem/.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ build/
66
*/tests/build/
77
*.ttc
88
*.ttm
9+
target/
10+
node_modules/
11+
_build/
12+
deps/
13+
.elixir_ls/
14+
.cache/
15+
*.log
16+
*.tmp
17+
.DS_Store
18+
Thumbs.db
19+
dist/

idris2-ecosystem/cno/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

idris2-ecosystem/dyadt/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,11 @@ htmlcov/
7777
/tmp/
7878
*.tmp
7979
*.bak
80+
target/
81+
node_modules/
82+
_build/
83+
deps/
84+
.elixir_ls/
85+
.cache/
86+
build/
87+
dist/

0 commit comments

Comments
 (0)