From 68c4c995d0167c6b0517bb8acc2f1effe000d87a Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 17:22:11 -0700 Subject: [PATCH] Add stewardship readiness asset: .gitattributes --- .gitattributes | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b81a1a4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,27 @@ + +* text=auto eol=lf + +*.md text eol=lf +*.txt text eol=lf +*.json text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.sh text eol=lf +*.py text eol=lf +*.js text eol=lf +*.ts text eol=lf +*.c text eol=lf +*.cpp text eol=lf +*.h text eol=lf +*.hpp text eol=lf + +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.webp binary +*.pdf binary +*.zip binary +*.bin binary +*.elf binary +*.uf2 binary