From af6e1cb2941330b16a37a1b46de4cb852adf4b1b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 17 Oct 2023 11:00:15 +0300 Subject: [PATCH] .gitattributes: merge mikaela.github.io changes --- .gitattributes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitattributes b/.gitattributes index 693bbb8..df88ad7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,24 @@ # Linux line endings, force GH language detection * text=auto eol=lf linguist-detectable +# Built-in diff patterns (disabled by default). +*.css diff=css +*.html diff=html +*.php diff=php +*.{md,markdown} diff=markdown + # These don't feel like mine .github/** text=auto -linguist-detectable +css/** text=auto -linguist-detectable +_data/** text=auto -linguist-detectable _includes/** text=auto -linguist-detectable +_layouts/** text=auto -linguist-detectable +_sass/** text=auto -linguist-detectable # Unnecessary for statistics Gemfile text linguist-vendored Gemfile.lock text linguist-generated + +# LFS +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text