5 lines
89 B
JSON
5 lines
89 B
JSON
|
{
|
||
|
"ignore": [".git", "node_modules/**/node_modules"],
|
||
|
"watch": ["./src", "./config"]
|
||
|
}
|