From fd8be6aa1ab4a67c250446db25c8717c64e0789d Mon Sep 17 00:00:00 2001 From: pxgamer Date: Fri, 14 Dec 2018 22:57:08 +0000 Subject: [PATCH] Add Composer lock to the Gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5f46d39..a80af9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -include/config.inc.php +/include/config.inc.php +/composer.lock