From 5d0bec32e3904c3b89c3ca6ce339790f455e4278 Mon Sep 17 00:00:00 2001 From: vrugtehagel Date: Tue, 17 Jun 2025 16:50:21 +0200 Subject: [PATCH] Add `.gitattributes` file This determines what is being excluded from archive files. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..47f44e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +.github/ export-ignore +.gitignore export-ignore +.gitattributes export-ignore +preview.* export-ignore +tests/ export-ignore