aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorAdam Roben <[email protected]>2015-02-13 16:30:07 -0500
committerAdam Roben <[email protected]>2015-02-13 16:30:07 -0500
commit4fc6317b400728a96ce01ff594e4f6db546b509d (patch)
tree79916401c8a8cca06dd8b850d2562f8aabead9de /.gitattributes
parent763f8293da90a4c4102f9fae049232662ca2696f (diff)
downloadbootstrap-4fc6317b400728a96ce01ff594e4f6db546b509d.tar.xz
bootstrap-4fc6317b400728a96ce01ff594e4f6db546b509d.zip
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f5eaf93b5..0c55e2f59 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