From 3911684edf4d2b418c75c42f214e3d11a06faf63 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 13 Sep 2024 17:48:23 -0500 Subject: [PATCH] Add export attributes to eliminate unnecessary copying --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6ddecc6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +/tests export-ignore +/.gitignore export-ignore +/.gitattributes export-ignore