Include bower_components/ to .gitignore

We should prevent `bower_components` from accidentally getting committed
This commit is contained in:
Jason Kim 2014-12-04 13:02:52 -08:00
parent 9e3253ee70
commit 89780140c8

3
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules/*
node_modules/*
bower_components/