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.
122 lines
1.4 KiB
122 lines
1.4 KiB
# htaccess
|
|
.htaccess
|
|
|
|
# GP | SEO
|
|
sitemap*.xml
|
|
!robots.txt
|
|
yandex_*.html
|
|
google_*.html
|
|
yandex_turbo.xml
|
|
turbo_yandex.xml
|
|
|
|
# Core
|
|
/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
|
|
*.txt
|
|
*.text
|
|
*.log
|
|
*.config
|
|
*.xml
|
|
*.tbk
|
|
*.csv
|
|
*.json
|
|
*.BAK
|
|
|
|
# GP | Dirs & files
|
|
bower_components/
|
|
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
|
|
.config/
|
|
.bash*
|
|
.vim*
|
|
test/
|
|
test*.php
|
|
gp-test*/
|
|
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/
|
|
|
|
# GP | Query Monitor
|
|
wp-content/db.php
|
|
|
|
# Node-js скрипт для индексации 100 url в сутки
|
|
.google-indexing/ |