deep-c / themes-sass-compiler-brunch

2 stars 1 forks source link

gitignore missing #2

Closed MyklClason closed 9 years ago

MyklClason commented 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.

So the gitignore should be at least:

node_modules