tigerstyle-scent/.distignore
Ryan Malloy 120f0b616d Add release tooling and update for v1.0.0 release
- Add .distignore (operator-private files excluded)
- Add build.sh for WordPress-installable release ZIPs
- Update CLAUDE.md references (now operator-private only)
2026-05-27 14:32:07 -06:00

24 lines
545 B
Plaintext

# Files excluded from the release ZIP.
# Follows the wp-cli dist-archive convention (one pattern per line).
# Dev artifacts
.git
.gitignore
.distignore
node_modules
*.log
# Operator-private context (never publish)
CLAUDE.md
.env
.env.local
# Astro docs site (full project lives inside docs/ — exclude from plugin ZIP)
docs
# Keep the security audit reports — they're trust signals for an auth plugin:
# - SECURITY_AUDIT_REPORT.md
# - FINAL_SECURITY_AUDIT_REPORT.md
# - OAUTH2_RFC_COMPLIANCE_AUDIT.md
# - SECURITY_IMPLEMENTATION_GUIDE.md