From 5778fcb3059fd9acd7987645b796f82f7564469f Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 30 Oct 2025 14:15:00 +0100 Subject: [PATCH] choe: Don't hide CRD changes in PRs --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index b9690ce69..7cf18da92 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ -crates/stackable-operator/crds/*.yaml linguist-generated +# We don't mark crates/stackable-operator/crds/*.yaml as generated, as we want to review our CRD changes - they are public API! *.stderr linguist-generated *.snap linguist-generated