From 0e9797edcedbb3f10ba25f0ac3dbf4c962b08ea6 Mon Sep 17 00:00:00 2001 From: Denys Dovhan Date: Tue, 10 Apr 2018 09:28:11 +0300 Subject: [PATCH] Refactor(gitignore): ignore package-lock.json and yarn.lock explicitly (#6127) https://github.com/Leaflet/Leaflet/pull/6124#issuecomment-379366811 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e506784b62c..f3eb61742a6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ bower.json component.json debug/local/ Gemfile.lock -*lock* -*.log \ No newline at end of file +package-lock.json +yarn.lock +*.log