]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Include dist/ files in language stats on GitHub 15805/head
authorAdam Roben <adam@roben.org>
Fri, 13 Feb 2015 21:30:07 +0000 (16:30 -0500)
committerAdam Roben <adam@roben.org>
Fri, 13 Feb 2015 21:30:07 +0000 (16:30 -0500)
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.

.gitattributes

index f5eaf93b5a830abcf3b52b35b780dbb2eac2dcbc..0c55e2f594b8db8e1e5ccc7f7c71a2520726cb00 100644 (file)
@@ -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