store tasks in git by default (#835)

This commit is contained in:
Joe Danziger
2025-06-20 12:49:38 -04:00
committed by GitHub
parent 648353794e
commit 727f1ec4eb
4 changed files with 11 additions and 6 deletions

View File

@@ -255,7 +255,7 @@ function mergeWithExistingFile(
function manageGitignoreFile(
targetPath,
content,
storeTasksInGit = false,
storeTasksInGit = true,
log = null
) {
// Validate inputs