Ryan Malloy adbdae19c8 Initial commit: TigerStyle Whiskers v1.0.0
Navigate privacy laws with feline precision — detect every boundary,
respect every territory! GDPR compliance and privacy protection for
WordPress.

- Cookie consent management
- Privacy boundary detection
- GDPR-compliant analytics gating
- Cross-plugin consent coordination (integrates with TigerStyle Heat)
- Visitor preference tracking
- Configurable cookie categories

Includes build.sh and .distignore for WordPress-installable release ZIPs.
2026-05-27 14:31:51 -06:00

18 lines
328 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