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

Latest coverage updates and npmignore #119

Merged
merged 1 commit into from
Apr 18, 2016

Conversation

dignifiedquire
Copy link
Member

No description provided.

@jbenet jbenet added the status/in-progress In progress label Apr 18, 2016
@dignifiedquire
Copy link
Member Author

cc @RichardLitt @diasdavid

@daviddias
Copy link
Member

awesome! :D

@daviddias daviddias merged commit 12fed82 into update/js-project-guidelines Apr 18, 2016
@daviddias daviddias deleted the coverage branch April 18, 2016 19:26
@jbenet jbenet removed the status/in-progress In progress label Apr 18, 2016
##### `.gitignore`

To avoid checking in the dist and lib folders, the `.gitignore` file should at least contain:
To avoid checking in unwanted files, the `.gitignore` file should follow
this [example](examples/.gitignore).
Copy link
Member

Choose a reason for hiding this comment

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

The word should is a bit hard. This should be reworded to say 'A .gitignore is useful. An example is provided in examples'

Copy link
Member Author

Choose a reason for hiding this comment

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

I disagree, not having this .gitignore can mess up a lot of the rest in this document, and create a lot of other problems, so having if is a "should" surley

Copy link
Member

Choose a reason for hiding this comment

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

This document isn't only for large js-ipfs-* style projects. It is also for small javascript projects that frankly do not need all of these things. The .gitignore here seems excessively bloated for some smaller repos. For example, dnslink-deploy is a JS repo that doesn't need this.

Copy link
Member

Choose a reason for hiding this comment

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

Note that the .gitignore you see is pretty much the .gitignore you get when you create a repo on github and select "Node.js" as the type of project.

Copy link
Member

Choose a reason for hiding this comment

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

But it also has unnecessary things, like .grunt. I feel that it is overkill, and thus we shouldn't use the word should. Do you see what I mean? Am I being unreasonable, here?

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.

4 participants