diff options
author | bfuk <bf@benfrain.com> | 2012-07-24 11:41:47 +0200 |
---|---|---|
committer | bfuk <bf@benfrain.com> | 2012-07-24 11:41:47 +0200 |
commit | 9da936706cd06cb00c01843181c08456071e5d12 (patch) | |
tree | e7417371ea14c45855d48515f6430befa44fa692 | |
parent | 4b6bf65bdf0d52a58cb8f28964b6327c26fbf171 (diff) | |
download | gitignore-9da936706cd06cb00c01843181c08456071e5d12.tar.gz gitignore-9da936706cd06cb00c01843181c08456071e5d12.zip |
Added ignore of W3TC cache folder (for users that might be using W3TC cache plugin)
-rw-r--r-- | Wordpress.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wordpress.gitignore b/Wordpress.gitignore index a5fde5b0..a90a049e 100644 --- a/Wordpress.gitignore +++ b/Wordpress.gitignore @@ -11,6 +11,7 @@ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/* wp-content/cache/supercache/* +wp-content/w3tc/* sitemap.xml sitemap.xml.gz readme.html |