From 5fe4807c7c2f68ecc837c3ddef782c4ba4e5be62 Mon Sep 17 00:00:00 2001 From: Barbara Pitt Date: Sat, 26 Dec 2020 16:54:45 -0600 Subject: [PATCH] untracking vendor (.gitginore) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68a3ac1f..73da9936 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ /*.html /*.xml /vendor/* +/vendor # include some files though !/templates/*.html