From 91d142e6af1796c2051473b999a0883054c6cb5c Mon Sep 17 00:00:00 2001 From: Steven Ryland Date: Wed, 25 Sep 2024 09:13:52 -0700 Subject: [PATCH] Add .gitattributes file (#266) ...to ensure text files are checked out on all dev systems as LF, which is **required** for this project to build correctly. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75ae154 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +* text eol=lf +*.png binary