Skip to content

Commit 4fc6317

Browse files
committed
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.
1 parent 763f829 commit 4fc6317

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
*.md text eol=lf
88
*.svg text eol=lf
99
*.yml text eol=lf
10+
11+
bootstrap-theme.css linguist-vendored=false
12+
bootstrap.css linguist-vendored=false
13+
bootstrap.js linguist-vendored=false

0 commit comments

Comments
 (0)