Closed MyklClason closed 9 years ago
The project should really have a .gitignore, as it's convention on github to not include node_modules. It should be easy enough for users to use npm install on the command line.
npm install
So the gitignore should be at least:
node_modules
The project should really have a .gitignore, as it's convention on github to not include node_modules. It should be easy enough for users to use
npm install
on the command line.So the gitignore should be at least: