tigerstyle-life9/.distignore
Ryan Malloy e92b7f8700 Initial commit: TigerStyle Life9 v1.0.0
Because cats have 9 lives, but servers don't - so they need
backup-restore! Complete backup solution with S3/MinIO support.

- Full WordPress backup (files + database)
- S3 / MinIO / S3-compatible storage backends
- Scheduled automatic backups
- Disaster recovery / one-click restore
- Backup integrity validation
- Cat-themed admin interface

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

38 lines
843 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
package.json
package-lock.json
*.log
# Operator-private context (never publish)
CLAUDE.md
.env
.env.local
# Astro toolchain (used to build the admin UI, not needed at runtime)
astro.config.mjs
build-tools
build-wordpress.js
src
@artifacts
# Dev-only docs (developer-facing only)
DEVELOPMENT.md
TESTING.md
TERRITORY-STATUS-UPGRADE.md
DOWNLOAD-FUNCTIONALITY-GUIDE.md
# Keep: README.md, SECURITY.md (user-facing)
# Alternate entry-point variants — kept in source tree for reference,
# but they have their own Plugin Name headers which would confuse WordPress
# if shipped alongside the canonical tigerstyle-life9.php.
tigerstyle-life9-demo.php
tigerstyle-life9-minimal.php