From f96bd7a88b592f92ab63647bb359c39857ce50df Mon Sep 17 00:00:00 2001 From: Ilya Groshev Date: Sat, 25 Apr 2026 20:48:40 +0300 Subject: [PATCH] Add .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9e46101 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +* text=auto eol=lf +*.go text eol=lf +*.sh text eol=lf +*.html text eol=lf +*.png binary +*.jpg binary