diff --git a/.gitignore b/.gitignore index 3b2b6cd..34ecbf0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,9 @@ antigravity-debug-*.log # Test artifacts test-file.ts + +# Local subrepos (not part of this project) +CLIProxyAPI/ +LLM-API-Key-Proxy/ +opencode/ +opencode-better-antigravity-auth/ diff --git a/CLIProxyAPI b/CLIProxyAPI deleted file mode 160000 index 140d621..0000000 --- a/CLIProxyAPI +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 140d6211cc0a1c2e15527c96bf4158b43c1182e7 diff --git a/LLM-API-Key-Proxy b/LLM-API-Key-Proxy deleted file mode 160000 index 6a91bf9..0000000 --- a/LLM-API-Key-Proxy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6a91bf9e96650e11fcbd003d20650a5fb948ff60 diff --git a/opencode b/opencode deleted file mode 160000 index 0e9664d..0000000 --- a/opencode +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0e9664d300929b9b4ec1be2377968d2240253fa3 diff --git a/opencode-better-antigravity-auth b/opencode-better-antigravity-auth deleted file mode 160000 index 9ded90d..0000000 --- a/opencode-better-antigravity-auth +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9ded90d63a7e5fd18acf1e0a3554fcb261e9f64c diff --git a/tsconfig.json b/tsconfig.json index be4bfb9..be3d138 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,4 @@ { - "exclude": ["opencode-better-antigravity-auth", "CLIProxyAPI"], "compilerOptions": { // Environment setup & latest features "lib": ["ESNext", "DOM"],