Open ViToni opened 1 year ago
Hi @ViToni! 👋
It looks like you provided an invalid or unsupported reproduction URL. Do not use any service other than Codepen, jsFiddle, StackBlitz, Codesandbox, and GitHub. Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc. Please edit your original post above and provide a valid reproduction URL as explained.
Without a proper reproduction, your issue will have to get closed.
Thank you for your collaboration. 👏
What happened?
When trying to get started with a project (again), I executed
npm init quasar
for the current directory. While I expected the installation to eventually delete / overwrite the existingREADME.md
, I was more than surprised that it also removed the unrelated.git
directory.I strongly belive that's not an ideal solution.
What did you expect to happen?
Ignore existing
.git
directry.Reproduction URL
How to reproduce?
mkdir my-project
cd my-project
touch README.md
git add README.md
git commit -m "Initial commit"
npm quasar init
.
I know it says
Remove existing files and continue?
but having to reinititate git or to move the result to a directory already having a git history seems not that helpful.Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Other
Quasar info output
No response
Relevant log output
No response
Additional context
No response