From a5806b62021945e0a0683797ccabc1f6516cfbaa Mon Sep 17 00:00:00 2001 From: gitea Date: Fri, 23 Jul 2021 10:32:35 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BE=D0=B7=D0=B4=D0=B0=D0=BB(=D0=B0)=20?= =?UTF-8?q?'wp/.gitignore-example'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp/.gitignore-example | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 wp/.gitignore-example diff --git a/wp/.gitignore-example b/wp/.gitignore-example new file mode 100644 index 0000000..9ccb182 --- /dev/null +++ b/wp/.gitignore-example @@ -0,0 +1,37 @@ +# Unnecessary files ignore +*.sql +*.gz +*.log +*.old + +# wp config ignore +/wp-config.php + +# wp-content uploads, backups and additional ignores +/wp-content/uploads +/wp-content/aiowps_backups +/wp-content/backup* +/wp-content/cache +/wp-content/upgrade +/wp-content/wp-cache-config.php +/wp-content/backupwordpress-* +/wp-content/advanced-cache.php +/wp-content/wp-rocket-config + +# Letsencrypt dir ignore +/.well-known + +# duplicator plugin wp-snapshots ignore +/wp-snapshots + +# webmasters confirmation files +/yandex*.html +/google*.html + +# IDE ignores +/.idea + +# Bash script helpers in root dir +/*.sh + +# Custom ignores