rapidwebltd / gulp-workflow

Our Gulp Workflow repo
MIT License
1 stars 1 forks source link

Add node_modules/ to .gitignore #2

Closed ojdon closed 9 years ago

ojdon commented 9 years ago

Also create a .gitignore file, if one does not already exist.

DivineOmega commented 9 years ago
echo "node_modules/" >> ".git_ignore"
jbrooksuk commented 9 years ago

FWIW ignore lines like this should be within a global gitignore, rather than a project level.

ojdon commented 9 years ago

@jbrooksuk Agreed. But is there a problem with having it on a project level as well? Just in case users don't have it defined on a global level.