Skip to content

Instantly share code, notes, and snippets.

@carlosperez
Created February 10, 2016 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosperez/f024c4b71b5d678833c2 to your computer and use it in GitHub Desktop.
Save carlosperez/f024c4b71b5d678833c2 to your computer and use it in GitHub Desktop.
{
"ignore": [
"**/node_modules/**",
"**/vendor/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**",
"bower_components/**",
"dist/**",
"_artifact/**",
"typings/**"
],
"test": [
"**/test/**",
"**/tests/**",
"**/spec/**",
"**/specs/**",
"**/*.spec.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment