chore: remove subrepos from tracking, revert tsconfig.json

- Remove CLIProxyAPI, LLM-API-Key-Proxy, opencode, opencode-better-antigravity-auth from git tracking
- Add subrepo paths to .gitignore
- Revert tsconfig.json exclude changes to match main branch
This commit is contained in:
tctinh
2026-01-20 10:22:15 +07:00
parent 09a7ae4d00
commit 943ce66f4f
6 changed files with 6 additions and 5 deletions

6
.gitignore vendored
View File

@@ -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/

Submodule CLIProxyAPI deleted from 140d6211cc

Submodule LLM-API-Key-Proxy deleted from 6a91bf9e96

Submodule opencode deleted from 0e9664d300

Submodule opencode-better-antigravity-auth deleted from 9ded90d63a

View File

@@ -1,5 +1,4 @@
{
"exclude": ["opencode-better-antigravity-auth", "CLIProxyAPI"],
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext", "DOM"],