From 6e739b4454175e30578fe26183d8c73660a93fe8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 9 Jun 2025 17:08:42 +0300 Subject: [PATCH] =?UTF-8?q?Maks=20|=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BD=D1=8B=D0=B9?= =?UTF-8?q?=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 118 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 93 insertions(+), 25 deletions(-) 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