From e0562cce9f3d728f01c62d74540b3ef5ca9d5e63 Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 1 Jan 2026 15:59:00 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..15ce50b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +LICENSE export-ignore +help-gotoso*.md export-ignore +readme*.md export-ignore +# Auto detect text files and perform LF normalization +* text=auto \ No newline at end of file