rubicon-project / node-google-dfp

A service for integrating with Google DFP over NodeJS
ISC License
85 stars 34 forks source link

ignore node_modules #23

Closed JuanCaicedo closed 8 years ago

JuanCaicedo commented 8 years ago

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.