Files
claudia-docs-cli/.gitignore
Claudia CLI Bot aca95d90f3 Initial MVP implementation of Claudia Docs CLI
- Auth commands: login, logout, status
- Document commands: create, list, get, update, delete
- Project commands: list, get
- Folder commands: list, create
- Tag commands: list, create, add
- Search command
- Reasoning save command
- JSON output format with --output text option
- Viper-based configuration management
- Cobra CLI framework
2026-03-31 01:25:15 +00:00

26 lines
178 B
Plaintext

# Binaries
claudia-docs
*.exe
*.dll
*.so
*.dylib
# Test binary
*.test
# Output
*.out
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Vendor (if using)
/vendor/