From 82036a45924892cb7d63809a3bfd05c70278686b Mon Sep 17 00:00:00 2001 From: zotac Date: Fri, 14 Aug 2026 03:28:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D1=80=D0=BC=D0=B0=D0=BB=D1=96?= =?UTF-8?q?=D0=B7=D1=83=D0=B2=D0=B0=D1=82=D0=B8=20=D0=BA=D1=96=D0=BD=D1=86?= =?UTF-8?q?=D1=96=20=D1=80=D1=8F=D0=B4=D0=BA=D1=96=D0=B2:=20=D1=83=20?= =?UTF-8?q?=D1=80=D0=B5=D0=BF=D0=BE=D0=B7=D0=B8=D1=82=D0=BE=D1=80=D1=96?= =?UTF-8?q?=D1=97=20LF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..22f385b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# У репозиторії — завжди LF. Інакше .sql і .sh, написані на Windows, +# ламаються на Linux-стенді, де все це реально виконується. +* text=auto eol=lf + +*.png binary +*.jpg binary +*.svg text eol=lf +*.ps1 text eol=crlf