From 6077db59e92bf9e13c69f6c4beae2697db5f6c78 Mon Sep 17 00:00:00 2001 From: ShuangLiu Date: Mon, 12 Jun 2023 19:24:56 +0800 Subject: [PATCH] chore: add .gitattributes to exclude files from language stats (#217) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..75d15ce1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Excluded from language stats +packages/ammo/* linguist-generated +packages/draco/* linguist-generated +packages/debug/*.js linguist-generated +docs/* linguist-documentation +script/* linguist-generated +dist/* linguist-vendored +public/* linguist-vendored