mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-10 17:15:09 +00:00
11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"ignoreRoot": [".git"],
|
|
"ignore": [
|
|
"data",
|
|
"node_modules/*/node_modules/",
|
|
"node_modules/nci-classic-ui/app/",
|
|
"node_modules/nci-classic-ui/static/"
|
|
],
|
|
"watch": "./"
|
|
}
|