10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
{
|
|
"ignore": [
|
|
"**/node_modules/**",
|
|
"**/test/**"
|
|
],
|
|
"test": [
|
|
"test.js"
|
|
]
|
|
}
|