From 48b2022b4fc947bc38d18e419420679f48529796 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Tue, 31 Aug 2021 11:49:51 -0500 Subject: [PATCH] :gear: Updates .gitignore to ignore .vendor --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 265a709..9f9edd9 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,7 @@ Gemfile.lock .jekyll-cache/ .jekyll-metadata .sass-cache/ +.vendor/ _site/ assets/development.css build