From 5f586a99cbfc352eb264be6e8c90f1df37dad46e Mon Sep 17 00:00:00 2001 From: TLC AI Lab Date: Tue, 9 Jun 2026 00:58:55 -0500 Subject: [PATCH] Add .gitattributes (normalize EOL to LF) Co-Authored-By: Claude Opus 4.8 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..77eec0d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* text=auto eol=lf +*.png binary +*.jpg binary +*.gif binary