mirror of
https://github.com/github/gitignore
synced 2024-11-26 21:54:22 +01:00
Don't ignore core WordPress files as they are required for the site to run.
Only files which can change per install should be excluded.
This commit is contained in:
parent
a66b53a87d
commit
3cdfcae597
@ -1,17 +1,12 @@
|
||||
.htaccess
|
||||
wp-*.php
|
||||
xmlrpc.php
|
||||
wp-admin/
|
||||
wp-includes/
|
||||
wp-config.php
|
||||
wp-content/uploads/
|
||||
wp-content/blogs.dir/
|
||||
wp-content/upgrade/*
|
||||
wp-content/backup-db/*
|
||||
wp-content/upgrade/
|
||||
wp-content/backup-db/
|
||||
wp-content/advanced-cache.php
|
||||
wp-content/wp-cache-config.php
|
||||
wp-content/cache/*
|
||||
wp-content/cache/supercache/*
|
||||
wp-content/cache/
|
||||
wp-content/backups/
|
||||
sitemap.xml
|
||||
sitemap.xml.gz
|
||||
readme.html
|
||||
license.txt
|
||||
|
Loading…
Reference in New Issue
Block a user