66 lines
1.1 KiB
Plaintext
66 lines
1.1 KiB
Plaintext
# === 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.*
|