Files
powerhouse/.gitignore

66 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# === WP Core (не трекаем) ===
wp-admin/
wp-includes/
wp-*.php
!wp-content/
index.php
xmlrpc.php
license.txt
readme.html
# === Конфиги с паролями ===
wp-config.php
wp-config-sample.php
# === Uploads (слишком большие) ===
wp-content/uploads/
# === Кеши и временные ===
wp-content/cache/
wp-content/upgrade/
wp-content/debug.log
wp-content/advanced-cache.php
wp-content/object-cache.php
wp-content/db.php
# === Тестовые/временные файлы ===
test-forms.php
generate-report.php
report-forms.html
MIGRATION-PLAN.md
SECURITY_CHECKLIST.md
*.sql
*.sql.gz
*.png
*.jpg
!wp-content/themes/powerhouse/**/*.png
!wp-content/themes/powerhouse/**/*.jpg
!wp-content/plugins/**/*.png
!wp-content/plugins/**/*.jpg
# === Мусор ===
.tmb/
.playwright-mcp/
.claude/
put_imgs/
adminer-*.php_____
unzipper.php
wheel.php
google*.html
sitemap.xml
robots.txt
# === OS ===
.DS_Store
Thumbs.db
# === Ещё мусор в корне ===
compare-styles.php
convert-elementor.php
sync-elementor-posts.php
docs/
*.jpeg
report.html
test-progress.*
test-results.*