From 1432369df45ac7a64b900f6177812b082d097cde Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 17 Jan 2016 21:40:14 -0500 Subject: [PATCH] Ignore .vagrant directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a722348..266ef35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ tests/dokku tests/fixtures tests/bin/plugn +.vagrant