From 74af9067a12e9892283ee773b3e9b2e80d954f96 Mon Sep 17 00:00:00 2001 From: Asger F Date: Wed, 18 May 2022 10:13:26 +0200 Subject: [PATCH] JS: Add node_modules to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fd9e5b6a07e..165d549cee2 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ go/tools/win64 go/tools/tokenizer.jar go/main +# node_modules folders except in the JS test suite +node_modules/ +!/javascript/ql/test/**/node_modules/