From 45e9e0f0ea40e3efca6366c6aad219d99ec4175b Mon Sep 17 00:00:00 2001 From: byuu <2107894+byuu@users.noreply.github.com> Date: Sat, 12 Oct 2019 15:47:34 +0900 Subject: [PATCH] Language detection fix attempt 1. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..bdffd798 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.fs linguist-detectable=false +*.vs linguist-detectable=false