From 7be7dc51a53286092c493e1228119a37b965335c Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Wed, 10 Aug 2022 14:12:22 +0100 Subject: [PATCH] Add .gitattributes to autohide CRD generation and clusterctl-api.yaml Signed-off-by: killianmuldoon --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..c28535dc5861 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Hide generated crd yamls by default in the Github diff UX +**/config/crd/bases/*.yaml linguist-generated=true +cmd/clusterctl/config/manifest/clusterctl-api.yaml linguist-generated=true \ No newline at end of file