Closed jbergstroem closed 4 months ago
are you suggesting tsp init
should be doing that?
are you suggesting
tsp init
should be doing that?
Yes, as part of setting up a project directory. Sorry if I wasn't clear enough.
Should be easy enough maybe add as a prompt (Add default .gitignore? Y/n
)
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