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