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: ignore vagrant directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aec2e3ef..84641e77 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 -- cgit v1.2.3 From d3122db7b267b384cd70f368328a9ed024719135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 8 Nov 2014 08:25:00 +0100 Subject: add DS_Store in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 84641e77..5b34c79f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store assets/* cache/* vendor -- cgit v1.2.3