From b51dfb90496fa47b1b3f0fa6c4fe9c74f809774f Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:51:49 -0700 Subject: [PATCH] chore: set patchfiles detectable in .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 97c14af..6caa402 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,3 +11,6 @@ *.json linguist-detectable=true *.json linguist-documentation=false *.json linguist-language=JSON + +*.patch linguist-detectable=true +*.patch linguist-language=diff