From 07325e1b688e2ef88a3f82f109e603dbc0ac7650 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 31 Aug 2022 11:10:33 +0800 Subject: [PATCH] chore: add .gitattributes to fool github language detect (#16523) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..912b302ad2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py linguist-detectable=false