-
-
Save vanbernaert/5bf4f487548a0ee6e285bca720b37e1d to your computer and use it in GitHub Desktop.
Revisions
-
lumpysimon revised this gist
Apr 7, 2014 . 1 changed file with 2 additions and 0 deletions.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 @@ -6,6 +6,8 @@ # - everything in mu-plugins # - my-plugin # - my-theme (except for .sass-cache) # # based on https://gist.github.com/jdbartlett/444295 /* !.gitignore !favicon.ico -
lumpysimon renamed this gist
Apr 7, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
lumpysimon created this gist
Apr 7, 2014 .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,26 @@ # .gitignore file for WordPress that ignores everything except: # # - .gitignore # - favicon.ico # - wp-config.php # - everything in mu-plugins # - my-plugin # - my-theme (except for .sass-cache) /* !.gitignore !favicon.ico !wp-config.php !wp-content wp-content/* !wp-content/mu-plugins !wp-content/plugins !wp-content/themes wp-content/plugins/* !wp-content/plugins/my-plugin wp-content/themes/* !wp-content/themes/my-theme .sass-cache