From 1738841361818ef18136aa9c840d680ca902dd44 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Sun, 23 Jun 2024 19:11:45 +0300 Subject: [PATCH] Update '.gitattributes' File Provide stricter rules to be used for multiple file types in the repo. --- .gitattributes | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c7ddb762..da0b45d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,12 @@ +* text=auto + +*.ps1 text eol=crlf +*.json text eol=crlf +*.cfg text eol=crlf + +*.png binary +*.jpg binary + config/* diff config/applications.json diff -*.json diff \ No newline at end of file +*.json diff