From fa131845bc668e5a8535882a03eab2ec8d2e23aa Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sun, 21 Feb 2021 14:21:38 +0100 Subject: [PATCH] Ignore nodejs/npm files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5f7135e38d1..3b2e8bd86a1 100644 --- a/.gitignore +++ b/.gitignore @@ -50,4 +50,6 @@ Session.vim .cargo !/src/test/run-make/thumb-none-qemu/example/.cargo no_llvm_build +**node_modules +**package-lock.json # Before adding new lines, see the comment at the top.