From ca5c060324da8733bb2982843cd3477f976c951f Mon Sep 17 00:00:00 2001 From: 8dcc <8dcc.git@gmail.com> Date: Thu, 20 Jul 2023 15:50:47 +0200 Subject: [PATCH] Fix .gitattributes --- .gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 45b62ae..27c906d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ -/src/sdk/ linguist-detectable=false +/src/sdk linguist-detectable=false +*.cpp linguist-detectable=false +*.hpp linguist-detectable=false