don't include coverage reports

This commit is contained in:
Timo Hocker 2020-03-04 13:23:57 +01:00
parent b81f7349ef
commit 6a69a8288e

View File

@ -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/`
); );
} }