Skip to content

Instantly share code, notes, and snippets.

@dzuluaga
Created February 5, 2016 19:39
Show Gist options
  • Save dzuluaga/4295df57c3b4b83916ce to your computer and use it in GitHub Desktop.
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.
{
"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