From: Adam Roben Date: Fri, 13 Feb 2015 21:30:07 +0000 (-0500) Subject: Include dist/ files in language stats on GitHub X-Git-Tag: v3.3.4~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc6317b400728a96ce01ff594e4f6db546b509d;p=thirdparty%2Fbootstrap.git Include dist/ files in language stats on GitHub GitHub considers Bootstrap files to be vendored files, and excludes them from repository language statistics. This makes sense for most repositories, where Bootstrap is indeed third-party code. This repository is the exception; it's first-party code here, so should count toward the language statistics. --- diff --git a/.gitattributes b/.gitattributes index f5eaf93b5a..0c55e2f594 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,7 @@ *.md text eol=lf *.svg text eol=lf *.yml text eol=lf + +bootstrap-theme.css linguist-vendored=false +bootstrap.css linguist-vendored=false +bootstrap.js linguist-vendored=false