isomorphic-git / lightning-fs

A lean and fast 'fs' for the browser
MIT License
476 stars 47 forks source link

Deleting a git repo #56

Open tiensonqin opened 3 years ago

tiensonqin commented 3 years ago

First of all, thank you very much for the awesome isomorphic-git and this library!

My questions is: Is there a way to delete all the files in a git repo? I tried to rimraf the repo directory like "/repo_name" but the files are still in IndexedDB.

mojavelinux commented 2 years ago

This is related to #80.