From 3cdfcae597acc8a7cba3b7a7c9cf222537be5fe3 Mon Sep 17 00:00:00 2001 From: Tom Willmot Date: Thu, 19 Apr 2012 18:02:09 +0200 Subject: [PATCH] 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. --- Wordpress.gitignore | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b0..6420f862 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -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 +sitemap.xml.gz \ No newline at end of file