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.
18 lines
328 B
Plaintext
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
|