From 25b675af27a52309a3c43cf0eab5305e7c6acf11 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 16 Feb 2023 10:58:07 +0200 Subject: [PATCH] .gitattributes: add asterisk that seems necessary here as opposed to .gitignore --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 02da95d..24175dd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ * text=auto # Exclude from statistics -_includes/ linguist-vendored -_layouts/ linguist-vendored -css/ linguist-vendored -_sass/ linguist-vendored +_includes/* linguist-vendored +_layouts/* linguist-vendored +css/* linguist-vendored +_sass/* linguist-vendored Gemfile linguist-vendored Gemfile.lock linguist-vendored