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

add coveralls and nyc to .gitignore #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vstrateman
Copy link
Member

Coveralls and nyc_output are now in the .gitignore

@vstrateman vstrateman self-assigned this Aug 3, 2018
@vstrateman vstrateman requested a review from rserur August 3, 2018 15:14
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: xb7mdkOt7HvqNT5kHZ0ge3YV0jRJgJfcw
Copy link
Contributor

Choose a reason for hiding this comment

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

You'll need to have a single commit for gitignores so subsequent commits properly ignore the right paths. To correct/redo this existing commit, you can run git rm -r --cached .

This untracks all files/paths listed in gitignore (or you can run git rm -r --cached .coveralls.yml to be more selective). Then git add . and git commit --amend --no-edit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants