Skip to content

Commit fca6a9c

Browse files
committed
Drop the integrationsdotsh submodule too — executor tracks zero submodules now
integrationsdotsh is a downstream product that consumes executor's published SDK, not something executor imports. There was no gitlink — just a phantom .gitmodules entry plus a few "ignore this dir" guards. Develop it in its own repo (github.com/RhysSullivan/integrationsdotsh) like the forks. - Remove the integrationsdotsh stanza from .gitmodules (its last entry, so the file is deleted — executor has no submodules now) - Drop the now-stale integrationsdotsh ignores in .oxlintrc.jsonc, .oxfmtrc.json, and scripts/migrate-schema-class.ts
1 parent 6afadc5 commit fca6a9c

4 files changed

Lines changed: 0 additions & 6 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.oxfmtrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"dist",
88
"vendor",
99
"e2e/runs",
10-
"integrationsdotsh",
1110
"node_modules",
1211
"packages/core/fumadb",
1312
"bun.lock",

.oxlintrc.jsonc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
"vendor/",
154154
"emulators/",
155155
"e2e/runs/",
156-
"integrationsdotsh/",
157156
"node_modules/",
158157
"packages/core/fumadb/",
159158
"packages/core/sdk/src/vendor/json-schema-to-typescript/",

scripts/migrate-schema-class.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const IGNORE_DIRS = new Set([
3030
"build",
3131
".local",
3232
".changeset",
33-
"integrationsdotsh",
3433
]);
3534

3635
// Files we intentionally leave alone — they contain `Schema.Class` strings as

0 commit comments

Comments
 (0)