JS: Add node_modules to .gitignore

This commit is contained in:
Asger F
2022-05-18 10:13:26 +02:00
parent 6781a76b96
commit 74af9067a1

3
.gitignore vendored
View File

@@ -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/