From fc47bac79f580c1e31b944c470ef508f6bee0892 Mon Sep 17 00:00:00 2001 From: James White Date: Thu, 4 Jul 2019 06:31:37 +0100 Subject: [PATCH] Ignore vendor folder in contributions --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f2f57b8..e3c2570 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ .bundle/ yarn-error.log /vendor/bundle/ +/contributions/vendor/bundle ################### # Build artefacts