From b4b4b8bf620fda8ee97a226192f304d7a3e02777 Mon Sep 17 00:00:00 2001 From: plainheart Date: Tue, 7 Jul 2020 16:36:23 +0800 Subject: [PATCH] feat(bot): added .gitattributes file to exclude files needed to ignore for pull-request-size bot. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..f6dbe3a81c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# for pull request size bot +# excludes all files from test directory +test/** linguist-generated=true