diff --git a/.gitignore b/.gitignore index 6833953..deb1aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ -# ---> WordPress -# Wordpress - ignore core, configuration, examples, uploads and logs. -# https://github.com/github/gitignore/blob/main/WordPress.gitignore +# htaccess +.htaccess + +# GP | SEO +sitemap*.xml +!robots.txt +yandex_*.html +google_*.html +yandex_turbo.xml +turbo_yandex.xml # Core -# -# Note: if you want to stage/commit WP core files -# you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php /wp-content/languages @@ -20,6 +24,11 @@ # Configuration wp-config.php +wp-config-sample.php + +#plugins +wp-content/plugins/* +/wp-content/plugins/* # Example themes /wp-content/themes/twenty*/ @@ -29,26 +38,85 @@ wp-config.php # Uploads /wp-content/uploads/ +!/wp-content/uploads/elementor +/wp-content/uploads-webpc/ # Log files *.log -# htaccess -/.htaccess -/*/.htaccess -# vendor files in themes -/wp-content/themes/*/vendor -# All plugins -# -# Note: If you wish to whitelist plugins, - -/wp-content/plugins -/wp-content/backups-dup-lite -/wp-content/ai1wm-backups -/wp-content/uploads-webpc - -# All themes -# -# Note: If you wish to whitelist themes, -# uncomment the next line -#/wp-content/themes +# 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/ \ No newline at end of file