From 8d6ecabdd2aec06186b339e30b310a87c6672818 Mon Sep 17 00:00:00 2001 From: blomios Date: Tue, 20 Jan 2026 14:07:30 +0000 Subject: [PATCH] Add gitattributes --- .gitattributes | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..904df4fd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,38 @@ +#################################### +# Fin de ligne cohérente +#################################### +* text=auto eol=lf + +#################################### +# Code tiers / dépendances +#################################### +node_modules/** linguist-vendored +vendor/** linguist-vendored +third_party/** linguist-vendored + +#################################### +# Code généré / IA / outputs +#################################### +generated/** linguist-generated +lovable-output/** linguist-generated +lovable-generated/** linguist-generated +*.ai linguist-generated +*.lovable linguist-generated +*.gen.* linguist-generated + +#################################### +# Binaires +#################################### +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.ico binary +*.svg binary + +#################################### +# Forcer types de fichiers si nécessaire +#################################### +*.ts linguist-language=TypeScript +*.go linguist-language=Go +*.rs linguist-language=Rust \ No newline at end of file