From a13edeecdec7515ea4df2513c389f942eb82832f Mon Sep 17 00:00:00 2001 From: David Baer Date: Tue, 2 May 2023 00:07:16 -0400 Subject: [PATCH] Add gitattributes file --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore