thardy / generator-ngbp

Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for any scale Angular project built on a highly modular, folder-by-feature structure.
100 stars 23 forks source link

.gitignore generation #19

Closed deviantony closed 9 years ago

deviantony commented 9 years ago

Would be nice if the generator would create a .gitignore file with at least the following content:

node_modules
vendor
build
thardy commented 9 years ago

That's a great idea. I'll get that added soon.

thardy commented 9 years ago

Added a gitignore I use with most of my projects.