markbrown4 / egghead-downloader

downloads egghead
83 stars 14 forks source link

ignore node_modules and DS_Store #3

Closed djyde closed 7 years ago

markbrown4 commented 7 years ago

Nothing wrong with this but I prefer to have these in a global gitignore

.DS_Store
.sql
.sass-cache/
node_modules/
npm-debug.log