Commit 4fc6317b authored by Adam Roben's avatar Adam Roben

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.
parent 763f8293
...@@ -7,3 +7,7 @@ ...@@ -7,3 +7,7 @@
*.md text eol=lf *.md text eol=lf
*.svg text eol=lf *.svg text eol=lf
*.yml text eol=lf *.yml text eol=lf
bootstrap-theme.css linguist-vendored=false
bootstrap.css linguist-vendored=false
bootstrap.js linguist-vendored=false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment