Skip to content

Commit b532b3c

Browse files
committed
Ignore node_modules in templates generator
Fixes #4757
1 parent 32842fd commit b532b3c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

jscomp/bsb/templates/basic/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ lib/bs
2323
*.mliast
2424
.vscode
2525
.merlin
26-
.bsb.lock
26+
.bsb.lock
27+
/node_modules/

jscomp/bsb/templates/generator/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ lib/bs
2323
*.mliast
2424
.vscode
2525
.merlin
26-
.bsb.lock
26+
.bsb.lock
27+
/node_modules/

jscomp/bsb/templates/node/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ lib/bs
2323
*.mliast
2424
.vscode
2525
.merlin
26-
.bsb.lock
26+
.bsb.lock
27+
/node_modules/

0 commit comments

Comments
 (0)