do not snapshot nongit projects for now

pull/748/merge v0.3.44
Dax Raad 2025-07-20 13:59:02 -04:00
parent 7306e20361
commit 733c9903ec
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export namespace Snapshot {
// not a git repo, check if too big to snapshot
if (!app.git) {
return
const files = await Ripgrep.files({
cwd: app.path.cwd,
limit: 1000,