From 87753fdfd81cd7bf8e93a89515e8ab33680b4143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 1 Dec 2019 10:53:36 +0100 Subject: [PATCH] chore(gitignore): add NPM's specific files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 099b536..2412569 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ __pycache__ kosmorro.egg-info .coverage coverage.xml +node_modules/ +package-lock.json