From eec9e39233cccd28c4a5b808f5ad37f2df564c31 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Fri, 28 Aug 2020 14:48:25 +0800 Subject: [PATCH] chore: update type --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..142c29273f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.ts linguist-detectable=false +*.css linguist-detectable=false +*.scss linguist-detectable=false +*.js linguist-detectable=true +*.vue linguist-detectable=true