From f517580e22169c1e3e0f608b0de21a9b63844fd3 Mon Sep 17 00:00:00 2001 From: matevip Date: Tue, 21 Jul 2026 10:28:07 +0800 Subject: [PATCH] fix(weixin): send generated files through weixin channel --- .gitattributes | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 53cdcbed..00000000 --- a/.gitattributes +++ /dev/null @@ -1,19 +0,0 @@ -# Line-ending policy. -# -# Shell scripts are bind-mounted into Linux containers (e.g. -# docker/postgres/init/ -> /docker-entrypoint-initdb.d) and executed there. -# A CRLF checkout on Windows (core.autocrlf=true is the Git for Windows -# default) turns the shebang into "#!/bin/sh\r", which fails with -# "cannot execute: required file not found". Pin them to LF everywhere. -# -# SQL files are pinned to LF too so Flyway migration checksums stay -# identical across platforms. - -*.sh text eol=lf -*.bash text eol=lf -*.sql text eol=lf - -# Windows-native scripts keep CRLF. -*.bat text eol=crlf -*.cmd text eol=crlf -*.ps1 text eol=crlf