From 880247922918f5053547237837a6690f8636875f Mon Sep 17 00:00:00 2001 From: Roman Kisil <8472525+nodeful@users.noreply.github.com> Date: Sun, 29 Aug 2021 01:52:12 +0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index f2c4b16..dd1d70d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,9 +6,9 @@ *.m linguist-detectable=false *.mpp linguist-detectable=false *.sh linguist-detectable=false +*.cpp linguist-detectable=false +*.c linguist-detectable=false +*.h linguist-detectable=false *.swift linguist-detectable=true *.ts linguist-detectable=true -*.cpp linguist-detectable=true -*.c linguist-detectable=true -*.h linguist-detectable=true