From cd50baed558ff8697113d4fadfd4842af3665111 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 10 Aug 2021 09:48:56 -0700 Subject: [PATCH] Add .gitattributes marking generated code in xDS package --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f0957c31 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +packages/grpc-js-xds/src/generated/** linguist-generated +packages/grpc-js-xds/interop/generated/** linguist-generated