Merge pull request #2564 from thelounge/xpaw/nyc_output
Move .nyc_output folder out of root
This commit is contained in:
commit
7485850606
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,5 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
|
||||||
.nyc_output/
|
|
||||||
coverage/
|
coverage/
|
||||||
public/
|
public/
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"all": true,
|
"all": true,
|
||||||
|
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"webpack.config*.js"
|
"webpack.config*.js"
|
||||||
],
|
],
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"all": true,
|
"all": true,
|
||||||
|
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||||
"include": [
|
"include": [
|
||||||
"client/"
|
"client/"
|
||||||
],
|
],
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||||
"reporter": [
|
"reporter": [
|
||||||
"lcov",
|
"lcov",
|
||||||
"text-summary"
|
"text-summary"
|
||||||
|
Loading…
Reference in New Issue
Block a user