Closed JuanCaicedo closed 8 years ago
Adds a .gitignore so that node modules will not get included.
.gitignore
Since the node modules are not git committed, it might be good to also have a section in the readme for getting set up that specifies that you need to run npm install.
npm install
Adds a
.gitignore
so that node modules will not get included.Since the node modules are not git committed, it might be good to also have a section in the readme for getting set up that specifies that you need to run
npm install
.