From 400b849d098db1f2a85063fb2aa70274892e7e76 Mon Sep 17 00:00:00 2001 From: yves Date: Sat, 1 Nov 2025 16:41:13 +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