Add wp-config.php to gitignore, create dist template

- Remove wp-config.php from tracking (contains secrets)
- Add wp-config.php.dist as template for new installs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Hanson.xyz Dev
2026-01-04 19:23:20 -06:00
parent 91a90ea622
commit f0ca867605
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
.env.local
.env.*.local
# WordPress config with secrets (keep sample)
# wp-config.php # Commenting out - we want to track this for snapshots
# WordPress config with secrets (use wp-config.php.dist as template)
wp-config.php
# Uploads (too large for git, backup separately)
wp-content/uploads/