- Delete internal vendor API documentation and handoff docs - Remove vendor-specific AI gateway URLs from CSP whitelist - Replace vendor-specific log prefixes and comments with generic 'Custom REST' - Remove vendor-specific default auth header from custom REST implementation - Remove vendor-specific client header from HTTP requests - Remove backward-compat vendor format identifier from is_custom_rest_format() - Remove LEGACY_API_FORMAT constant and normalizeApiFormat() helper - Update test to not reference legacy format identifier - Update wiki docs to use generic enterprise gateway configuration - Update architecture diagrams and ADR-003 to remove vendor references - Add Buy Me A Coffee link to README - Update .gitignore to exclude internal user guide and ticket files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
355 B
Plaintext
24 lines
355 B
Plaintext
node_modules/
|
|
dist/
|
|
src-tauri/target/
|
|
.env
|
|
*.local
|
|
.secrets
|
|
secrets.yml
|
|
secrets.yaml
|
|
artifacts/
|
|
*.png
|
|
/screenshots/
|
|
|
|
# Internal / private documents — never commit
|
|
USER_GUIDE.md
|
|
USER_GUIDE.docx
|
|
~$ER_GUIDE.docx
|
|
TICKET_USER_GUIDE.md
|
|
BUGFIX_SUMMARY.md
|
|
PR_DESCRIPTION.md
|
|
GenAI API User Guide.md
|
|
HANDOFF-MSI-GENAI.md
|
|
TICKET_SUMMARY.md
|
|
docs/images/user-guide/
|