From d2cd99492df8f0ac38dbe431f84dbcc0fa599cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Thu, 13 Apr 2023 09:51:16 -0700 Subject: [PATCH] don't export `bin` --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index e20c2b8a..24d268ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,9 @@ * text=auto -/.github/ export-ignore -/examples/ export-ignore -/tests/ export-ignore +/.github export-ignore +/bin export-ignore +/examples export-ignore +/tests export-ignore /.codespellrc export-ignore linguist-language=INI /.editorconfig export-ignore /.gitattributes export-ignore