Created
February 5, 2016 19:39
-
-
Save dzuluaga/4295df57c3b4b83916ce to your computer and use it in GitHub Desktop.
I had to add include these entries to ignore and ignoreRoot entries to make it work.
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 characters
{ | |
"ignore": [".git", "node_modules/*/node_modules/**"], | |
"ignoreRoot": [".git", "node_modules/*/node_modules/**"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment