don't include coverage reports
This commit is contained in:
parent
b81f7349ef
commit
6a69a8288e
@ -66,7 +66,9 @@ async function run (folder, args) {
|
|||||||
await fs.writeFile (
|
await fs.writeFile (
|
||||||
path.join (snip_folder, '.gitignore'),
|
path.join (snip_folder, '.gitignore'),
|
||||||
`/node_modules/
|
`/node_modules/
|
||||||
/dist/`
|
/dist/
|
||||||
|
/.nyc_output/
|
||||||
|
/coverage/`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user