jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.24k stars 508 forks source link

coverage not part of templates' .gitignore #922

Open mimshwright opened 3 years ago

mimshwright commented 3 years ago

Current Behavior

  1. run yarn test --coverage to generate a coverage report.
  2. run git status
  3. /coverage/ is part of the list of changed files.

Expected behavior

It should be ignored by git.

Suggested solution(s)

Append coverage to .gitignore

mimshwright commented 3 years ago

Mentioned in https://github.com/formium/tsdx/issues/10#issuecomment-488220984