From c7ae8914eea599abec8609edeff783996c929bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Thu, 8 Feb 2024 10:34:31 +0100 Subject: [PATCH] start on a gitattributes file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..247ce66010 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +**/api-report*.md linguist-generated=true +**/cli-report.md linguist-generated=true +**/knip-report.md linguist-generated=true