Skip to content

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 No newline at end of file
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