From b0c953f61785ba1b4d7b91b846aafe736656d232 Mon Sep 17 00:00:00 2001 From: Anna Kapuscinska Date: Sat, 2 Dec 2023 02:14:05 +0000 Subject: [PATCH] Add initial .gitattributes file with Helm-specific attributes This will mark generated files in pull requests for easier code reviews. Signed-off-by: Anna Kapuscinska --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..f882da7c177 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +/install/kubernetes/tetragon/README.md linguist-generated +/docs/content/en/docs/reference/helm-chart.md linguist-generated