Skip to content

Commit 74af906

Browse files
committed
JS: Add node_modules to .gitignore
1 parent 6781a76 commit 74af906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ go/tools/win64
5555
go/tools/tokenizer.jar
5656
go/main
5757

58+
# node_modules folders except in the JS test suite
59+
node_modules/
60+
!/javascript/ql/test/**/node_modules/

0 commit comments

Comments
 (0)