From d4db62a98cd44a5801a9e32e96632e5925e9b7e1 Mon Sep 17 00:00:00 2001 From: crypto-facs <84574577+crypto-facs@users.noreply.github.com> Date: Thu, 16 Sep 2021 10:36:08 +0200 Subject: [PATCH] add gitattributes file (#567) --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..eb6e8972 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +client/docs/swagger-ui/* linguist-vendored +client/docs/statik/* linguist-vendored +third-party/* linguist-vendored +client/docs/* linguist-documentation +docs/* linguist-documentation +x/**/spec/* linguist-documentation +**/*.pb.go linguist-generated +**/*.pb.gw.go linguist-generated \ No newline at end of file