Skip to content

Instantly share code, notes, and snippets.

@eddiemonge
Created December 3, 2011 23:13
Show Gist options
  • Save eddiemonge/1428458 to your computer and use it in GitHub Desktop.
Save eddiemonge/1428458 to your computer and use it in GitHub Desktop.
Wordpress Ignore Files
# System, IDE and tmp files
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Wordpress Files
.htaccess
wp-*.php
/index.php
xmlrpc.php
wp-admin/
wp-includes/
wp-content/uploads/
wp-content/plugins/
wp-content/blogs.dir/
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/
sitemap.xml
sitemap.xml.gz
readme.html
license.txt
wp-content/themes/classic/
wp-content/themes/default/
wp-content/themes/twentyten/
wp-content/themes/twentyeleven/
wp-content/index.php
wp-content/themes/index.php
# Put other theme files that you don't want versioned here:
# wp-content/themes/xxx/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment