From fadda9c5e23721f18ed7b2d768b1d75914188569 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sun, 17 Jan 2016 21:40:13 -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