Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gitignore template to add coverage #925

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mimshwright
Copy link

fixes #922

@vercel

This comment has been minimized.

Copy link
Collaborator

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mimshwright good find that the templates were missing this!

You've changed the basic template, but this change should also be added to the other two templates as well for consistency (and because they all use tsdx test / Jest) -- could you please add this change in those templates as well?

I've also requested a small change in-line that should go in all 3.

@@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
coverage
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
coverage
# Jest test coverage reports
coverage

Could we add a comment here? I'm planning on adding comments to other portions of this file similar to #864

@agilgur5 agilgur5 added scope: templates Related to an init template, not necessarily to core (but could influence core) problem: stale Issue has not been responded to in some time labels Nov 7, 2020
@agilgur5 agilgur5 mentioned this pull request Nov 24, 2020
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem: stale Issue has not been responded to in some time scope: templates Related to an init template, not necessarily to core (but could influence core)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

coverage not part of templates' .gitignore
2 participants