Exclude node_modules and bower_components

This is equivalent to excluding `vendor/assets` in a Rails project.

JS Dependency trees (especially npm packages) can be extremely noisy.
This commit is contained in:
Sean Doyle 2015-04-10 09:11:24 -04:00
parent ed6f00931a
commit 1fcbe111c6
No known key found for this signature in database
GPG key ID: 14BEACECE4B31F98

View file

@ -3,3 +3,5 @@ tags
tmp
vendor
.git/
bower_components/
node_modules/