hyperbrew / bolt-uxp

A lightning-fast boilerplate for building Adobe UXP Plugins in React, Svelte or Vue built on Vite + TypeScript + Sass
MIT License
44 stars 6 forks source link

Feature Request: Not delete .git files/folders #29

Open jkl3848 opened 1 month ago

jkl3848 commented 1 month ago

When running create-bolt-uxp, it clears out the entire folder. This wasn't a huge inconvenience for me, except that I have already init the folder to my git repo. Creating the project killed the link and I had to reconnect it. It's not a huge deal, only takes a couple minutes, but it is an inconvenience nonetheless.

Klustre commented 1 month ago

Duplicate of #12

jkl3848 commented 1 month ago

Duplicate of #12

True. I dont mind the clearing of the folder. Its think its good to clean up before the project gets created. But I'd want to keep the git files. Maybe it's not worth being separate, it could just be my preference.