From 8a41d29e3050f380f15c080d938a41813055a4de Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sun, 15 Mar 2026 19:41:51 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5bbdd6a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/.git* export-ignore +/bin. export-ignore