mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 03:53:08 +00:00
Move .nyc_output folder out of root
This commit is contained in:
parent
1d797af794
commit
a07b372c71
4 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,5 @@ yarn-debug.log*
|
|||
yarn-error.log*
|
||||
package-lock.json
|
||||
|
||||
.nyc_output/
|
||||
coverage/
|
||||
public/
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"all": true,
|
||||
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||
"exclude": [
|
||||
"webpack.config*.js"
|
||||
],
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"all": true,
|
||||
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||
"include": [
|
||||
"client/"
|
||||
],
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"temp-directory": "./node_modules/.cache/nyc_output",
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
|
|
Loading…
Reference in a new issue