-
-
Save synCRAUNicity/d7e52be09c8ac7ea8a28 to your computer and use it in GitHub Desktop.
Revisions
-
Ryan Scherler revised this gist
Mar 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ !/wordpress/ /wordpress/* !/wordpress/wp-content /wordpress/wp-content/* /wordpress/wp-content/plugins /wordpress/wp-content/themes/* !/wordpress/wp-content/themes/customtheme -
Ryan Scherler revised this gist
Mar 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/customtheme *.DS_Store *.gitignore # *.less -
Ryan Scherler created this gist
Mar 8, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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