From 568553394d0a8b34668a75c9839a0f1f426469b2 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sun, 6 Oct 2019 21:10:46 +0200 Subject: theme: Switch to docsy theme --- themes/docsy/assets/vendor/bootstrap/.gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/docsy/assets/vendor/bootstrap/.gitattributes (limited to 'themes/docsy/assets/vendor/bootstrap/.gitattributes') diff --git a/themes/docsy/assets/vendor/bootstrap/.gitattributes b/themes/docsy/assets/vendor/bootstrap/.gitattributes new file mode 100644 index 0000000..39813c7 --- /dev/null +++ b/themes/docsy/assets/vendor/bootstrap/.gitattributes @@ -0,0 +1,18 @@ +# Enforce Unix newlines +*.css text eol=lf +*.html text eol=lf +*.js text eol=lf +*.json text eol=lf +*.md text eol=lf +*.rb text eol=lf +*.scss text eol=lf +*.svg text eol=lf +*.txt text eol=lf +*.xml text eol=lf +*.yml text eol=lf + +# Don't diff or textually merge source maps +*.map binary + +bootstrap.css linguist-vendored=false +bootstrap.js linguist-vendored=false -- cgit v1.2.3