From 54bbef97a08209c4ab37cc852cc878978ad459b8 Mon Sep 17 00:00:00 2001 From: Marco Stoll Date: Thu, 20 Jun 2019 09:21:23 +0200 Subject: [PATCH] [TASK] ignore composer.lock --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c8d9ef..debb950 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .idea/ /vendor - -todos.md \ No newline at end of file +composer.lock \ No newline at end of file