15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
{
|
|
"ignore": [
|
|
"**/_playground/**",
|
|
"**/node_modules/**",
|
|
"**/coverage/**",
|
|
"**/jasmine/**",
|
|
"**/test/**",
|
|
"**/**-min-**",
|
|
"**/**-min.**",
|
|
"**/**.min.**"
|
|
],
|
|
"test": [
|
|
"**/test/**"
|
|
]
|
|
} |