From 5d735bb8d6a677f1212538c121b98890a8906df8 Mon Sep 17 00:00:00 2001 From: Lukas Drahnik Date: Tue, 11 Aug 2015 13:46:46 +0200 Subject: [PATCH] .gitignore files should be clear --- .gitignore | 5 +---- tests/{Vimeo => }/.gitignore | 0 2 files changed, 1 insertion(+), 4 deletions(-) rename tests/{Vimeo => }/.gitignore (100%) diff --git a/.gitignore b/.gitignore index 99d7b00..c81191c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -*.iml -.idea/ -/vendor/ +vendor/ composer.lock -/tests/tmp diff --git a/tests/Vimeo/.gitignore b/tests/.gitignore similarity index 100% rename from tests/Vimeo/.gitignore rename to tests/.gitignore