From 0f753288bfdb2ccc20cead21651b5d60a3b0bd19 Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 10 Dec 2020 08:15:53 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4a8fd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# 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-* + +# 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 \ No newline at end of file