Skip to content

Instantly share code, notes, and snippets.

@synCRAUNicity
Forked from ryanscherler/.gitignore
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save synCRAUNicity/d7e52be09c8ac7ea8a28 to your computer and use it in GitHub Desktop.

Select an option

Save synCRAUNicity/d7e52be09c8ac7ea8a28 to your computer and use it in GitHub Desktop.
# This is a template .gitignore file for git-managed WordPress projects.
# Ignores everything in the root except the theme you're working on.
/*
/*/
!/_tpl/
!/wordpress/
/wordpress/*
!/wordpress/wp-content
/wordpress/wp-content/*
/wordpress/wp-content/plugins
/wordpress/wp-content/themes/*
!/wordpress/wp-content/themes/customtheme
*.DS_Store
*.gitignore
# *.less
# *.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment