From c8beac1aaa88c716339c7465fa025ab5e31a6a52 Mon Sep 17 00:00:00 2001 From: a2x <45197573+a2x@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:57:29 +1000 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..6a0e8fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.cs linguist-detectable=false +*.hpp linguist-detectable=false +*.json linguist-detectable=false +*.rs linguist-detectable=true