From ef737fd406461c400b4e3d8a75cd6d22e4a255ca Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sat, 24 Feb 2018 16:09:58 +0100 Subject: [PATCH] gitignore: oops, only ignore top level "vendor" dir. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e890b3e..146a914 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .idea/ app/cache/ node_modules/ -vendor/ +/vendor *.lock app/data/*