Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-12Update .gitattributes (#30934)XhmikosR
This requires git >= 2.10 but it was released almost 4 years ago.
2020-02-17.gitattributes: add `.sh` and remove `.rb` files. (#30196)XhmikosR
2018-10-21Revert "Simplify .gitattributes."XhmikosR
This reverts commit 1c78f703e08f1288208c60655967ff590cbe69cc. Unfortunately some Linux distros use an ancient git version and this change requires git >= 2.10.
2018-10-17Simplify .gitattributes.XhmikosR
2018-06-01Generate safari-pinned-tab.svg again.XhmikosR
2017-09-26Update .gitattributes. (#24113)XhmikosR
Add .txt and remove the non-existent .py files.
2015-09-08Remove dropped v3 bootstrap-themevsn4ik
[ci skip]
2015-08-29Enforce LF for .py files too.XhmikosR
[ci skip]
2015-08-25Enforce LF for .rb files too.XhmikosR
2015-08-25.gitattributes: enforce LF for scss files.XhmikosR
[ci skip]
2015-02-17.gitattributes: treat source maps as binary filesChris Rebert
2015-02-14Include dist/ files in language stats on GitHubAdam Roben
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.
2014-03-07Use LF for SVG files too.XhmikosR
2013-12-03add .gitattributes file to enforce Unix newlines within the repoChris Rebert