-
-
Save javorszky/7098185 to your computer and use it in GitHub Desktop.
This file contains 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 characters
.designs/ | |
wp-content/* | |
!wp-content/themes | |
wp-content/themes/**/node_modules | |
wp-content/themes/**/.sass-cache |
(oh, and this isn't helpful either... http://git-scm.com/docs/gitignore, or I'm missing something obvious)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the directory structure is
wp-content/themes/ea2/node_modules
basically, I want to exlude EVERYTHING from wp-content, except the themes folder, and whatever is inside them...
except the node_modules and .sass-cache folders, because I don't need them...