Add React library to vendor.yml

React is a library quickly growing in popularity.  Let's exclude it from language stats.
This commit is contained in:
Andrew Couch
2014-02-20 21:52:28 -05:00
parent a34398eb92
commit 3bea39eb10

View File

@@ -98,6 +98,9 @@
# AngularJS # AngularJS
- (^|/)angular([^.]*)(\.min)?\.js$ - (^|/)angular([^.]*)(\.min)?\.js$
# React
- (^|/)react(-[^.]*)?(\.min)?\.js$
## Python ## ## Python ##
# django # django