From e33025a9e8ad1cd1353104f9ecd31f11fdae5851 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 15 Jul 2024 12:09:50 +0200 Subject: [PATCH] suppress diffs and stats for generated api yamls --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..cab0b43 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# suppress diffs and stats for generated api yamls +docs/api/** linguist-generated