From 73548dc874ef44c0e10553e4434c3b75f027a35e Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Sat, 6 Jan 2024 13:28:38 +0100 Subject: [PATCH] Add .gitattributes file --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..717698c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +* text-auto + +# Ignore all test and documentation with "export-ignore". +/.gitattributes export-ignore +/.github export-ignore +/.gitignore export-ignore +/tests export-ignore +