From a93b92e05872d9ee77088d8da334a6ce3a55ffab Mon Sep 17 00:00:00 2001 From: hannkim Date: Wed, 3 Jan 2024 17:14:34 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20[Setting]=20.gitattributes?= =?UTF-8?q?=EB=A1=9C=20crlf=20=EC=B2=98=EB=A6=AC=20(#477)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..5811c65a2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.java text=auto +*.sql text=auto +*.md text=auto +*.txt text=auto +*.gradle text=auto +Dockerfile text=auto +*.yml text=auto +*.yaml text=auto +*.sh text=auto + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary \ No newline at end of file