From b4091fb8ad8706a8f9343754d22e803842d0f22c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Wed, 18 Dec 2024 22:44:52 +0000 Subject: [PATCH] Mark dist/ as generated code --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e9f9e2f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +/dist/** linguist-generated