Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created September 17, 2012 18:40
Show Gist options
  • Select an option

  • Save nelsonpecora/3738979 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonpecora/3738979 to your computer and use it in GitHub Desktop.
A simple gitignore to use with wordpress installs
# osx noise
.DS_Store
profile
# svn & cvs
.svn
CVS
# auto git version noise
InfoPlist.h
#project files
*.esproj
#wordpress config and uploaded files
.htaccess
wp-*.php
xmlrpc.php
wp-admin/
wp-includes/
wp-content/uploads/
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/*
wp-content/w3tc/*
sitemap.xml
sitemap.xml.gz
readme.html
license.txt
*.log
wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment