From 62b8b8229918fe98f61933f325008d57c792b74e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Feb 2023 10:55:51 +0200 Subject: [PATCH] .gitattributes: add linguist-vendored tags --- .gitattributes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitattributes b/.gitattributes index fb140a9..02da95d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,18 @@ * text=auto + +# Exclude from statistics +_includes/ linguist-vendored +_layouts/ linguist-vendored +css/ linguist-vendored +_sass/ linguist-vendored +Gemfile linguist-vendored +Gemfile.lock linguist-vendored + +# Misdetected as ML, actually OpenSSH signatures that Linguist doesn't know +# at this time. +# I am also not risking line endings being meaningful in signatures. +*.sig linguist-vendored eol=lf + +# LFS *.jpeg filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text