parent
fe6bdf4e94
commit
c00aa53082
@ -1,8 +1,113 @@ |
|||||||
# subtree |
# htaccess |
||||||
|
.htaccess |
||||||
|
|
||||||
# Стандартные игноры |
# GP | SEO |
||||||
|
sitemap*.xml |
||||||
|
!robots.txt |
||||||
|
yandex_*.html |
||||||
|
google_*.html |
||||||
|
yandex_turbo.xml |
||||||
|
turbo_yandex.xml |
||||||
|
|
||||||
|
/wp-admin/ |
||||||
|
/wp-content/index.php |
||||||
|
/wp-content/languages |
||||||
|
/wp-content/plugins/index.php |
||||||
|
/wp-content/themes/index.php |
||||||
|
/wp-includes/ |
||||||
|
/index.php |
||||||
|
/license.txt |
||||||
|
/readme.html |
||||||
|
/wp-*.php |
||||||
|
/xmlrpc.php |
||||||
|
|
||||||
|
# Configuration |
||||||
|
wp-config.php |
||||||
|
wp-config-sample.php |
||||||
|
|
||||||
|
#plugins |
||||||
|
wp-content/plugins/* |
||||||
|
/wp-content/plugins/* |
||||||
|
|
||||||
|
# Example themes |
||||||
|
/wp-content/themes/twenty*/ |
||||||
|
|
||||||
|
# Example plugin |
||||||
|
/wp-content/plugins/hello.php |
||||||
|
|
||||||
|
# Uploads |
||||||
|
/wp-content/uploads/ |
||||||
|
!/wp-content/uploads/elementor |
||||||
|
/wp-content/uploads-webpc/ |
||||||
|
|
||||||
|
# Log files |
||||||
|
*.log |
||||||
|
|
||||||
|
# GP | Files ext |
||||||
|
*.sql |
||||||
|
*.tgz |
||||||
|
*.tar.gz |
||||||
|
*.tar |
||||||
|
*.rar |
||||||
|
*.zip |
||||||
|
*.mp3 |
||||||
|
*.mp4 |
||||||
|
*.webm |
||||||
|
*.mov |
||||||
|
*.MOV |
||||||
|
*.wav |
||||||
|
*.flv |
||||||
|
*.db |
||||||
|
*.psd |
||||||
|
*.pdf |
||||||
|
*.doc |
||||||
|
*.docx |
||||||
|
*.text |
||||||
|
*.log |
||||||
|
*.config |
||||||
|
*.tbk |
||||||
|
*.csv |
||||||
|
*.BAK |
||||||
|
|
||||||
|
# GP | Dirs & files |
||||||
|
bower_components/ |
||||||
node_modules/ |
node_modules/ |
||||||
|
nbproject/ |
||||||
|
cache/ |
||||||
|
.cache/ |
||||||
|
phpMyAdmin-* |
||||||
|
timthumb_cache/ |
||||||
|
webstat/ |
||||||
|
.idea/ |
||||||
|
.tmb/ |
||||||
|
.csscomb.json |
||||||
|
sftp-config.json |
||||||
|
bower.json |
||||||
|
.bowerrc |
||||||
|
backup_rsync/ |
||||||
|
.bash_history |
||||||
|
.idea/ |
||||||
|
.fleet/ |
||||||
.DS_Store |
.DS_Store |
||||||
Thumbs.db |
.config/ |
||||||
*.log |
.bash* |
||||||
*.tmp |
.vim* |
||||||
|
test*.php |
||||||
|
gp-test*.php |
||||||
|
*/ewww/ |
||||||
|
.*_lock |
||||||
|
db.php |
||||||
|
*/w3tc* |
||||||
|
*/wpvivid* |
||||||
|
*/mu-plugins/ |
||||||
|
vendor/ |
||||||
|
wp-content/webp* |
||||||
|
|
||||||
|
# GP | Duplicator |
||||||
|
dup-installer/ |
||||||
|
archive.daf |
||||||
|
installer |
||||||
|
wp-content/backups-dup-lite/ |
||||||
|
|
||||||
|
# Node-js скрипт для индексации 100 url в сутки |
||||||
|
.google-indexing/ |
||||||
|
Loading…
Reference in new issue