Merge pull request #2564 from thelounge/xpaw/nyc_output

Move .nyc_output folder out of root
This commit is contained in:
Jérémie Astori 2018-06-16 18:46:37 -04:00 committed by GitHub
commit 7485850606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,6 +4,5 @@ yarn-debug.log*
yarn-error.log*
package-lock.json
.nyc_output/
coverage/
public/

View file

@ -1,5 +1,6 @@
{
"all": true,
"temp-directory": "./node_modules/.cache/nyc_output",
"exclude": [
"webpack.config*.js"
],

View file

@ -1,5 +1,6 @@
{
"all": true,
"temp-directory": "./node_modules/.cache/nyc_output",
"include": [
"client/"
],

View file

@ -1,4 +1,5 @@
{
"temp-directory": "./node_modules/.cache/nyc_output",
"reporter": [
"lcov",
"text-summary"