From 83e5ccebf69c0c9d411a7a485a8cd373a9288d4d Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 11 Jul 2023 10:12:11 +0200 Subject: [PATCH] chore: flag dist as generated --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 4ad05d8..89ec0d8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -dist/ linguist-generated=true \ No newline at end of file +dist/** linguist-generated=true \ No newline at end of file