mirror of https://github.com/node-red/node-red.git
17 lines
247 B
JSON
17 lines
247 B
JSON
|
{
|
||
|
"ignoreRoot": [
|
||
|
".git",
|
||
|
".nyc_output",
|
||
|
".sass-cache",
|
||
|
"bower-components",
|
||
|
"coverage"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"/Gruntfile.js",
|
||
|
"/.git/*",
|
||
|
"*.backup",
|
||
|
"/public/*"
|
||
|
]
|
||
|
}
|
||
|
|