moudy / broccoli-taco

Static Sites Powered by Broccoli
http://broccoli-taco.com/
94 stars 14 forks source link

The generator should include the .gitignore file #10

Open givanse opened 9 years ago

givanse commented 9 years ago

The project folder created by

broccoli-taco new my-site

Doesn't have a .gitignore file and the one in the repo has to be copied manually.

moudy commented 9 years ago

@givanse what do you think should be included?

How's this?

/dist
/node_modules
/tmp
/.sass-cache
npm-debug.log
givanse commented 9 years ago

Yep, that is what I'm using in a project right now.