Create a new repo, clone it, cd into it's directory.
Run sv create.
It will say that directory is not empty, which technically is true because it contains a potentially hidden .git directory. I think that directories starting with a . should be completely ignored in this check.
Relates: svelte-add/svelte-add#285
Create a new repo, clone it, cd into it's directory.
Run
sv create.It will say that directory is not empty, which technically is true because it contains a potentially hidden
.gitdirectory. I think that directories starting with a.should be completely ignored in this check.Relates: svelte-add/svelte-add#285