mirror of https://github.com/node-red/node-red.git
Fix grunt dev via better ndoemon ignore rules
parent
1e8f840993
commit
254b6a1e23
|
@ -1,4 +0,0 @@
|
||||||
/Gruntfile.js
|
|
||||||
/.git/*
|
|
||||||
*.backup
|
|
||||||
/public/*
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"ignoreRoot": [
|
||||||
|
".git",
|
||||||
|
".nyc_output",
|
||||||
|
".sass-cache",
|
||||||
|
"bower-components",
|
||||||
|
"coverage"
|
||||||
|
],
|
||||||
|
"ignore": [
|
||||||
|
"/Gruntfile.js",
|
||||||
|
"/.git/*",
|
||||||
|
"*.backup",
|
||||||
|
"/public/*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue