Skip to content

Commit e30e3d6

Browse files
authored
Merge pull request #4759 from wingyplus/iss-4757
Ignore node_modules in templates generator
2 parents 32842fd + b532b3c commit e30e3d6

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)