2017-03-02 10:07:55 +01:00

15 lines
284 B
Plaintext

{
"ignore": [
"**/_playground/**",
"**/node_modules/**",
"**/coverage/**",
"**/jasmine/**",
"**/test/**",
"**/**-min-**",
"**/**-min.**",
"**/**.min.**"
],
"test": [
"**/test/**"
]
}