From 3b9f3ab96619783ca04ed0433bbd3d54a7506592 Mon Sep 17 00:00:00 2001 From: Omar Reda <83882773+omarreda22@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:27:05 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f027ffb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.css linguist-detectable=false +*.scss linguist-detectable=false +*.html linguist-detectable=false +*.less linguist-detectable=false