From 8b9230baeda855654a07abff5b809de923351ba6 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Sat, 20 Nov 2010 18:18:04 +0800 Subject: [PATCH] Add in rules for WP Super Cache, Google XML Sitemaps, and WP-DBManager plugins. --- Wordpress.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Wordpress.gitignore b/Wordpress.gitignore index b6b5e9df..7bba52fb 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -1,3 +1,11 @@ .htaccess wp-config.php +wp-content/backup-db/* +wp-content/cache/* +wp-content/cache/supercache/* +wp-content/upgrade/* +wp-content/advanced-cache.php +wp-content/wp-cache-config.php wp-content/uploads/ +sitemap.xml +sitemap.xml.gz \ No newline at end of file