From 594e90d5e699daba41a9930682570b1518b23351 Mon Sep 17 00:00:00 2001 From: Bahl <36889898+vBalatroni@users.noreply.github.com> Date: Fri, 5 Feb 2021 10:12:35 +0100 Subject: [PATCH] gitignore update --- .gitignore | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2edc4f0e..29488188 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,45 @@ -wp-content/uploads \ No newline at end of file +*.log +wp-config.php +wp-config-local.php +wp-content/advanced-cache.php +wp-content/backup-db/ +wp-content/backups/ +wp-content/blogs.dir/ +wp-content/cache/ +wp-content/upgrade/ +wp-content/uploads/ +wp-content/wp-cache-config.php +wp-content/plugins/hello.php +wp-content/themes/**/dist + +# Ignore starter related files +wp-content/themes/incode_starter +_private/starter_content.xml +bin/setup.sh + +/.htaccess +/license.txt +/readme.html +/sitemap.xml +/sitemap.xml.gz + +# node +node_modules + +# editor files +.vscode + +# folder view configuration files +.DS_Store +Desktop.ini + +# thumbnail cache files +._* +Thumbs.db + +# files that might appear on external disks +.Spotlight-V100 +.Trashes + +# visual Studio Code folder +.vscode \ No newline at end of file