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
Improve DX by adding a .gitignore when initializing a project (even if its not managed by git) that at a minimum would contain node_modules and tsp-output.
Fixes#3262
This adds a new confirmation prompt to `tsp init` to generate a
.gitignore file. Defaults to yes (true).
---------
Co-authored-by: Christopher Radek <[email protected]>
Clear and concise description of the problem
Improve DX by adding a
.gitignore
when initializing a project (even if its not managed by git) that at a minimum would containnode_modules
andtsp-output
.Checklist
The text was updated successfully, but these errors were encountered: