From c6c892573267c395eed38576d0ef3dd5b29afbeb Mon Sep 17 00:00:00 2001 From: yiliyas <39177857+yiliyassh@users.noreply.github.com> Date: Sun, 27 Feb 2022 19:05:33 +0800 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ab3ce1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.js linguist-language=shell +*.css linguist-language=shell +*.html linguist-language=shell