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.

Revisions

  1. Ryan Scherler revised this gist Mar 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@
    !/wordpress/
    /wordpress/*
    !/wordpress/wp-content
    /wordpress/wp-content/*.php
    /wordpress/wp-content/*
    /wordpress/wp-content/plugins
    /wordpress/wp-content/themes/*
    !/wordpress/wp-content/themes/customtheme
  2. Ryan Scherler revised this gist Mar 8, 2013. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@
    /wordpress/wp-content/*.php
    /wordpress/wp-content/plugins
    /wordpress/wp-content/themes/*
    !/wordpress/wp-content/themes/cactusrestaurants
    !/wordpress/wp-content/themes/customtheme
    *.DS_Store
    *.gitignore
    # *.less
  3. Ryan Scherler created this gist Mar 8, 2013.
    17 changes: 17 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    # 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/*.php
    /wordpress/wp-content/plugins
    /wordpress/wp-content/themes/*
    !/wordpress/wp-content/themes/cactusrestaurants
    *.DS_Store
    *.gitignore
    # *.less
    # *.sql