From 575ebe32336acb078584de5a7afb972ab5536a51 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 26 Oct 2015 19:41:02 +1100 Subject: [PATCH] add git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 99d2f1b7d773..9705701a1e55 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ /.env /.env.development.php /.env.php +/composer.lock /error_log /auth.json @@ -30,4 +31,4 @@ /.idea /.project tests/_output/ -tests/_bootstrap.php \ No newline at end of file +tests/_bootstrap.php