Reputation: 411
we do have a few folders in our projects called dist
. These shall be ignored by git. On the other hands just putting dist/
into the .gitignore
file does have side effects when using bower, since the dist folders within bower_components/
are ignored as well.
Any suggestions on how to correctly define a rule, that ignore dist
folders except the ones within bower_components
?
Upvotes: 8
Views: 12912