Files
yama-issue-token/.gitignore
yuanyuanxiang 6d3bf819a9 chore: initial commit
CLI to mint RS256 customer JWTs for the YAMA License Server. Thin shell over
licensing.Issue() in the YAMA Go server; consumed via local replace directive
during development.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-20 21:47:36 +02:00

27 lines
257 B
Plaintext

# Build artifacts
*.exe
*.test
*.out
yama-issue-token
yama-issue-token-*
# Secrets — never commit private keys or issued tokens
*.pem
*.key
*.jwt
license_priv*
license_pub*
token-*.jwt
# Go
vendor/
# IDE
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db