Closed TejasCMehta closed 8 years ago
only .gitignore or all dot-started files?
Maybe gulp with your filesystem can't copy hidden files
only .gitignore
we also need bower_components and node_modules shuould be ignored, other then that .jshintrc
.jscsrc
.bowerrc
is there
I added that .gitignore
file manually and put below items as ignore list.
/node_modules
/build
/dist
.idea
.tmp
npm-debug.log
.sass-cache
Some developers choose not to ignore bower_components.
v0.2.2 or develop branch?