From 1e83748c433f8792efbeae738ca3d1cd2001d30d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 17 Feb 2023 14:03:07 +0200 Subject: [PATCH] .gitattributes: more linguist experimenting --- .gitattributes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index e745b9b..188d994 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,13 @@ -* text=auto -linguist-detectable +# Line normalisation, GitHub language detection +* text=auto linguist-detectable + +# These don't feel like mine' +_config.yml/** text=auto -linguist-detectable +_data/** text=auto -linguist-detectable +_includes/** text=auto -linguist-detectable +_layouts/** text=auto -linguist-detectable +_matrix/** text=auto -linguist-detectable +_sass/** text=auto -linguist-detectable # LFS *.jpeg filter=lfs diff=lfs merge=lfs -text