wdjungst / react-project

State of the art web development with React.js.
1.83k stars 136 forks source link

Added node_modules/ to .gitignore #22

Closed 0xR closed 8 years ago

0xR commented 8 years ago

Because it's a reasonable default.

ryanflorence commented 8 years ago

I'd rather have .gitignore be things relevant to the project, not just general stuff that should be in your global gitignore.

https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

Also, the output of blueprint is a starting point, but not the actual product here, so feel free to add whatever you want there.