From b38e926178b43fc333cd0e7eede62bd2406bbb59 Mon Sep 17 00:00:00 2001 From: jitendra Date: Fri, 27 Jul 2018 15:07:47 +0530 Subject: [PATCH] Vendor removed from customer --- packages/Webkul/Admin/.gitignore | 3 ++- packages/Webkul/Customer/.gitignore | 3 ++- packages/Webkul/Ui/.gitignore | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/Webkul/Admin/.gitignore b/packages/Webkul/Admin/.gitignore index 30bc16279..49e0fc6b4 100644 --- a/packages/Webkul/Admin/.gitignore +++ b/packages/Webkul/Admin/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +/package-lock.json \ No newline at end of file diff --git a/packages/Webkul/Customer/.gitignore b/packages/Webkul/Customer/.gitignore index 30bc16279..49e0fc6b4 100644 --- a/packages/Webkul/Customer/.gitignore +++ b/packages/Webkul/Customer/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +/package-lock.json \ No newline at end of file diff --git a/packages/Webkul/Ui/.gitignore b/packages/Webkul/Ui/.gitignore index 30bc16279..49e0fc6b4 100644 --- a/packages/Webkul/Ui/.gitignore +++ b/packages/Webkul/Ui/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules +/package-lock.json \ No newline at end of file