mirror of
https://github.com/NoeFabris/opencode-antigravity-auth.git
synced 2026-05-13 23:53:18 +00:00
- 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
48 lines
603 B
Plaintext
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/
|