mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
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/*"
|
|
]
|
|
}
|
|
|