You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
CodeSpent
changed the title
Missing gitignore
Add .gitignore to scaffolding process
Jan 22, 2021
@larixer great, I can handle that. Do you think it'd make more sense to add a second option after the initial menu selection asking the user if they want to initialize git? Can still fail silently, but this would also let them opt out of a .gitignore if for any reason they don't want one.
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?
The text was updated successfully, but these errors were encountered: