tigerstyle-life9/.gitignore
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

19 lines
132 B
Plaintext

# Build artifacts
build/
dist/
*.zip
# Editor / OS
.DS_Store
*.swp
*~
.vscode/
.idea/
# Logs
*.log
# Environment
.env
.env.local