Add vendor patterns for bower_components files

Adds Bower Component files to the vendored files list.  This
uses the `bower_components` directory, which is the standard set by the
Bower package manager.
This commit is contained in:
Wade Tandy
2013-12-23 21:36:55 -05:00
parent 5e4b860fb7
commit 582daf273a
2 changed files with 9 additions and 1 deletions

View File

@@ -27,6 +27,9 @@
# Node dependencies
- node_modules/
# Bower Components
- bower_components/
# Erlang bundles
- ^rebar$