From 89a6b5e75fab5feafeff8520eb7ee459d38e4a09 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Nov 2025 16:35:53 +0100 Subject: [PATCH] Ajouter .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7ddc7f2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Force Go as the main language +*.go linguist-detectable=true +* linguist-language=Go