From c4800fc6da8907766b7dec1e78a9af19559e6442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 30 Oct 2014 20:42:17 +0100 Subject: [PATCH] ignore vagrant directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aec2e3e..84641e7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ vendor composer.phar db/poche.sqlite inc/poche/config.inc.php -inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ \ No newline at end of file +inc/3rdparty/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/ +.vagrant \ No newline at end of file