From 3bea39eb104f7485005af1ccc6a2e6f45c6b1c83 Mon Sep 17 00:00:00 2001 From: Andrew Couch Date: Thu, 20 Feb 2014 21:52:28 -0500 Subject: [PATCH] Add React library to vendor.yml React is a library quickly growing in popularity. Let's exclude it from language stats. --- lib/linguist/vendor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 3609b466..0470fcab 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -98,6 +98,9 @@ # AngularJS - (^|/)angular([^.]*)(\.min)?\.js$ +# React +- (^|/)react(-[^.]*)?(\.min)?\.js$ + ## Python ## # django