From 925db7a05a785fb9b3616f9aeb88f39c08248808 Mon Sep 17 00:00:00 2001 From: samuel Date: Sun, 28 Dec 2025 11:35:37 +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..de2f316 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitignore export-ignore +.gitattributes export-ignore