Files
opencode-antigravity-auth/.gitignore
tctinh 943ce66f4f 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
2026-01-20 10:22:15 +07:00

48 lines
603 B
Plaintext

# dependencies (bun install)
node_modules
# output
out
dist
*.tgz
# code coverage
coverage
*.lcov
# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
antigravity-debug-*.log
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# caches
.eslintcache
.cache
*.tsbuildinfo
# IntelliJ based IDEs
.idea
# Finder (MacOS) folder config
.DS_Store
# Hive workflow internal files
.hive/
# Test artifacts
test-file.ts
# Local subrepos (not part of this project)
CLIProxyAPI/
LLM-API-Key-Proxy/
opencode/
opencode-better-antigravity-auth/