diff options
| author | Mark Otto <[email protected]> | 2015-02-13 13:36:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-13 13:36:37 -0800 |
| commit | d4ff58342895b16b701c41c3afeb8135ea037b59 (patch) | |
| tree | 79916401c8a8cca06dd8b850d2562f8aabead9de | |
| parent | 763f8293da90a4c4102f9fae049232662ca2696f (diff) | |
| parent | 4fc6317b400728a96ce01ff594e4f6db546b509d (diff) | |
| download | bootstrap-d4ff58342895b16b701c41c3afeb8135ea037b59.tar.xz bootstrap-d4ff58342895b16b701c41c3afeb8135ea037b59.zip | |
Merge pull request #15805 from aroben/patch-1
Include dist/ files in language stats on GitHub
| -rw-r--r-- | .gitattributes | 4 |
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 |
