This would explain it not appearing in the gitignore.
gitignoreContents is what is written to the .gitignore file after setup.
Logically, it should be '\n.dotbuild/\n.gluon/\nengine/\nfirefox-*/\nnode_modules/\n' instead of '\n.dotbuild/\n.gluon\nengine/\nfirefox-*/\nnode_modules/\n'.
This would explain it not appearing in the gitignore.
gitignoreContents is what is written to the
.gitignore
file after setup. Logically, it should be'\n.dotbuild/\n.gluon/\nengine/\nfirefox-*/\nnode_modules/\n'
instead of'\n.dotbuild/\n.gluon\nengine/\nfirefox-*/\nnode_modules/\n'
.I don't think the change is worth a PR.