From 94b3e8825be6b758aa4adc13e1c18bc5ead9fd39 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Mon, 11 Mar 2019 13:47:14 +0000 Subject: [PATCH] Allow lock files to be committed We have changed our release scripts to commit changes to lock files during release, so it should be safe to allow them again. --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6acf1b565a..f828c37393 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,3 @@ npm-debug.log /src/component-index.js .DS_Store - -# https://github.com/vector-im/riot-web/issues/7083 -package-lock.json