From 4c3235145d5c242542c2eae8d03014fb5c294b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 21 Jan 2023 12:55:03 -0500 Subject: [PATCH 1/2] Tag flavor-stats.json and linter-helps.json as generated files. Hides by default in diffs, and ignored in the repo's language statistics. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 314766e91bf..6bb8d578649 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ * text=auto eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf *.{bat,[bB][aA][tT]} text eol=crlf + +.automation/generated/flavor-stats.json linguist-generated=true +.automation/generated/linter-helps.json linguist-generated=true \ No newline at end of file From 38830749c0bf56c86da558467c06d238b0afc029 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Sun, 22 Jan 2023 00:43:25 +0100 Subject: [PATCH 2/2] Update .gitattributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com> --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 6bb8d578649..136f4f5a7c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,7 @@ *.{bat,[bB][aA][tT]} text eol=crlf .automation/generated/flavor-stats.json linguist-generated=true -.automation/generated/linter-helps.json linguist-generated=true \ No newline at end of file +.automation/generated/linter-helps.json linguist-generated=true +docs/descriptors/python_black.md linguist-generated=true +docs/descriptors/repository_checkov.md linguist-generated=true +docs/descriptors/terraform_checkov.md linguist-generated=true \ No newline at end of file