assist: honor gitignore

Sponsored-by: Graham Spencer on Patreon
This commit is contained in:
Joey Hess 2023-05-24 14:04:09 -04:00
parent 0b9b85f009
commit f1cdb79ca4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 1 deletions

View file

@ -32,7 +32,7 @@ myseek o = startConcurrency transferStages $ do
, Command.Add.batchOption = NoBatch
, Command.Add.updateOnly = False
, Command.Add.largeFilesOverride = Nothing
, Command.Add.checkGitIgnoreOption = CheckGitIgnore (False)
, Command.Add.checkGitIgnoreOption = CheckGitIgnore True
, Command.Add.dryRunOption = DryRun False
}
waitForAllRunningCommandActions

View file

@ -35,3 +35,5 @@ local repository version: 10
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
git-annex is awesome!
> [[fixed|done]] --[[Joey]]