Updated ignored list (#2972)
This commit is contained in:
parent
d82e9e96ff
commit
445fddf9b6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user