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