Files
antigravity-claude-proxy/.npmignore
2025-12-26 00:17:12 +05:30

22 lines
230 B
Plaintext

# Exclude tests
tests/
# Exclude GitHub workflows
.github/
# Exclude documentation (except README)
CLAUDE.md
CHANGELOG.md
CONTRIBUTING.md
docs/
# Exclude dev files
.env*
.claude/
.vscode/
.idea/
# Exclude misc
*.log
.DS_Store