From 0d4eb13f969723526a43c7eeb77dfb8339460ba0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Nov 2025 16:36:18 +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