Skip to content

Instantly share code, notes, and snippets.

@staceymakes
Created September 24, 2014 16:10
Show Gist options
  • Select an option

  • Save staceymakes/fcb4ce79a50b6b590f90 to your computer and use it in GitHub Desktop.

Select an option

Save staceymakes/fcb4ce79a50b6b590f90 to your computer and use it in GitHub Desktop.
Wordpress Git Ignore
# Remove SASS cache files #
wp-content/themes/{themename}/.sass-cache/*
# No need to add the upgrade folder to the repo #
wp-content/upgrade/*
# No need to add the uploads folder to the repo #
wp-content/uploads/*
# No need to add the plugins folder to the repo #
wp-content/plugins/*
# sitemaps not needed locally #
sitemap.xml
sitemap.xml.gz
# no need for these #
readme.html
license.txt
.log
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment