From 458ebfe6384b6d0883e2b1f089d02be8a432c46b Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Mon, 17 Feb 2025 20:23:25 +0200 Subject: [PATCH] feat(add .gitattributes ): --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cd9c8ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js linguist-detectable=false +*.py linguist-detectable=true