From 73481e4114629ed36c92b7a71fbf8ef64ec8b924 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 16 Aug 2024 23:56:39 +0900 Subject: [PATCH] Chore: LF/CRLF problem #71 --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index af3ad12..492248e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,13 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Package manager files /.yarn/** linguist-vendored /.yarn/releases/* binary /.yarn/plugins/**/* binary /.pnp.* binary linguist-generated + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.jpg binary +*.mp4 binary \ No newline at end of file