Updated ignored list (#2972)

This commit is contained in:
Rohan Vakharia 2019-05-12 18:35:22 +05:30 committed by Brendan Forster
parent d82e9e96ff
commit 445fddf9b6
1 changed files with 20 additions and 16 deletions

View File

@ -1,19 +1,23 @@
*.log # ignore everything in the root except the "wp-content" directory.
wp-config.php !wp-content/
wp-content/advanced-cache.php
wp-content/backup-db/ # ignore everything in the "wp-content" directory, except:
wp-content/backups/ # "mu-plugins", "plugins", "themes" directory
wp-content/blogs.dir/ wp-content/*
wp-content/cache/ !wp-content/mu-plugins/
wp-content/upgrade/ !wp-content/plugins/
wp-content/uploads/ !wp-content/themes/
wp-content/mu-plugins/
wp-content/wp-cache-config.php # ignore these plugins
wp-content/plugins/hello.php wp-content/plugins/hello.php
/.htaccess # ignore specific themes
/license.txt wp-content/themes/twenty*/
/readme.html
/sitemap.xml
/sitemap.xml.gz
# ignore node dependency directories
node_modules/
# ignore log files and databases
*.log
*.sql
*.sqlite