mirror of
https://github.com/github/gitignore
synced 2024-11-30 07:34: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
|
.htaccess
|
||||||
wp-*.php
|
wp-config.php
|
||||||
xmlrpc.php
|
|
||||||
wp-admin/
|
|
||||||
wp-includes/
|
|
||||||
wp-content/uploads/
|
wp-content/uploads/
|
||||||
wp-content/blogs.dir/
|
wp-content/blogs.dir/
|
||||||
wp-content/upgrade/*
|
wp-content/upgrade/
|
||||||
wp-content/backup-db/*
|
wp-content/backup-db/
|
||||||
wp-content/advanced-cache.php
|
wp-content/advanced-cache.php
|
||||||
wp-content/wp-cache-config.php
|
wp-content/wp-cache-config.php
|
||||||
wp-content/cache/*
|
wp-content/cache/
|
||||||
wp-content/cache/supercache/*
|
wp-content/backups/
|
||||||
sitemap.xml
|
sitemap.xml
|
||||||
sitemap.xml.gz
|
sitemap.xml.gz
|
||||||
readme.html
|
|
||||||
license.txt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user