pulse-browser / gluon

Build firefox forks with ease
https://docs.gluon.dev/
Mozilla Public License 2.0
73 stars 7 forks source link

Ensure that `.gluon/` is in `.gitignore` #24

Closed trickypr closed 2 years ago

splatboydev commented 2 years ago

This would explain it not appearing in the gitignore.

gitignoreContents is what is written to the .gitignore file after setup. image 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.

splatboydev commented 2 years ago

But maybe it is, so I'll open one anyway.