From 764e13d11dcb5cca10caf1f4773047e8d70e181a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 6 Dec 2021 18:22:49 +0000 Subject: [PATCH] Add vendor-bin as export-ignore in .gitattributes (#2956) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f5c552e85..030e6fe6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -12,3 +12,4 @@ /psalm-baseline.xml export-ignore /psalm.xml export-ignore /tests/ export-ignore +/vendor-bin/ export-ignore