From 48b04c81f65c63759926934433c76bea98f96e71 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sun, 17 Aug 2025 18:43:35 +0300 Subject: [PATCH] Mark butcher tool output files as linguist-generated in .gitattributes --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d6cc9715 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Mark code-generated files from butcher tool as generated +.butcher/**/*.json linguist-generated=true +# .butcher/**/*.yml linguist-generated=true + +# These files are auto-generated and should be collapsed in PRs +# .butcher/ linguist-generated=true