I'm not sure if this is an oversight, or intentional, but I'd love to have the discussion documented. There is currently no .gitignore boilerplate, which adds a little extra work after starting the project. I'm proposing adding this, and potentially also adding the git init step to the scaffolding process.
I think it is fair to assume (or just provide an option) that someone would be using git for these projects, so could be a tiny win to go from running the create apollo-app command to writing code straight away.
I'm happy to contribute this if maintainers approve of this idea?
I'm not sure if this is an oversight, or intentional, but I'd love to have the discussion documented. There is currently no .gitignore boilerplate, which adds a little extra work after starting the project. I'm proposing adding this, and potentially also adding the
git initstep to the scaffolding process.I think it is fair to assume (or just provide an option) that someone would be using git for these projects, so could be a tiny win to go from running the
create apollo-appcommand to writing code straight away.I'm happy to contribute this if maintainers approve of this idea?