From bcf4c0327e49ad8943dc73492e0d98ff8acf9c9c Mon Sep 17 00:00:00 2001 From: Saravanan K S <41472059+saravanan81java@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:45:01 +0000 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 00000000..0f1f1a6b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js linguist-detectable=true +*.ts linguist-detectable=true +*.java linguist-detectable=true +*.md linguist-documentation