From e3ae0ac56c0dd27ac6297fb0b2c329a14c6aa488 Mon Sep 17 00:00:00 2001 From: dyszczo <krzysztof@dyszczyk.pl> Date: Thu, 26 Apr 2018 12:01:46 +0200 Subject: [PATCH] lock should be ignored in library packages --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ccef056..5e55e37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ -.idea \ No newline at end of file +.idea +composer.lock \ No newline at end of file -- GitLab