mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 17:36:18 +00:00
9 lines
104 B
JSON
9 lines
104 B
JSON
{
|
|
"ignoreRoot": [".git"],
|
|
"ignore": [
|
|
"data",
|
|
"node_modules/*/node_modules/"
|
|
],
|
|
"watch": "./"
|
|
}
|