From 8c3d72aee65255ca0e02debd8333643caf5e0b99 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Thu, 12 Jun 2025 11:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=20.gitattributes=20=E4=BB=A5?= =?UTF-8?q?=E5=BC=B7=E5=88=B6=E4=BD=BF=E7=94=A8=20LF=20=E8=A1=8C=E5=B0=BE?= =?UTF-8?q?=20=E8=A3=9C=E4=B8=8A=E5=85=B6=E5=AE=83=E6=AA=94=E6=A1=88=20202?= =?UTF-8?q?50612?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 40ffdea..7f300e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,15 @@ +# 所有 Shell 腳本用 LF *.sh text eol=lf -*.yml text eol=lf + +# Docker 設定與腳本 +Dockerfile text eol=lf *.yaml text eol=lf -*.env text eol=lf -Dockerfile text eol=lf \ No newline at end of file +*.yml text eol=lf + +# Laravel & PHP 設定檔 +*.conf text eol=lf +*.ini text eol=lf +.env* text eol=lf + +# 其他你專案內的自定義目錄內腳本 +docker/** text eol=lf \ No newline at end of file