You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
636 B
39 lines
636 B
# Unnecessary files ignore
|
|
*.sql
|
|
*.gz
|
|
*.log
|
|
*.old
|
|
|
|
# wp config ignore
|
|
/wp-config.php
|
|
|
|
# wp-content uploads, backups and additional ignores
|
|
/wp-content/advanced-cache.php
|
|
/wp-content/aiowps_backups
|
|
/wp-content/backupwordpress-*
|
|
/wp-content/backup*
|
|
/wp-content/cache
|
|
/wp-content/logs
|
|
/wp-content/updraft
|
|
/wp-content/wp-cache-config.php
|
|
/wp-content/webp-express
|
|
/wp-content/wp-rocket-config
|
|
|
|
# Letsencrypt dir ignore
|
|
/.well-known
|
|
|
|
# duplicator plugin wp-snapshots ignore
|
|
/wp-snapshots
|
|
/dup*.txt
|
|
|
|
# webmasters confirmation files
|
|
/yandex*.html
|
|
/google*.html
|
|
|
|
# IDE ignores
|
|
/.idea
|
|
|
|
# composer root vendor dir ignore
|
|
/vendor
|
|
|
|
# Custom ignores
|