henyojess / generator-gulp-ng

This is a yeoman generator for an angularjs project that follows the Best Practice Recommendations for Angular App Structure. It takes advantage of the gulp build tool and makes use of bower and npm for dependency management.
137 stars 27 forks source link

.gitignore missing #11

Open philBrown opened 10 years ago

philBrown commented 10 years ago

The README states that .gitignore should be part of the generated file structure but it is not

henyojess commented 10 years ago

i will add .gitignore containing:

node_modules/ bower_components/ dist/ build/

@philBrown do you think I should add anything else?

imobachgs commented 10 years ago

Hi all,

I think that content is ok. Anyway, you could take a look at http://gitignore.io.