From b1cf59da8f67aee5b399029429fe9d10204d664e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 22 Jan 2019 18:56:52 +0000 Subject: [PATCH] Ignore Vagrant directory --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 50d278d..11d1cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ # Ignore .env files as they are personal /.env + +/.vagrant/