store tasks in git by default (#835)
This commit is contained in:
@@ -255,7 +255,7 @@ function mergeWithExistingFile(
|
||||
function manageGitignoreFile(
|
||||
targetPath,
|
||||
content,
|
||||
storeTasksInGit = false,
|
||||
storeTasksInGit = true,
|
||||
log = null
|
||||
) {
|
||||
// Validate inputs
|
||||
|
||||
Reference in New Issue
Block a user