original.yaml has just todo, merge against .original.yaml so mobile edits still get a history
This commit is contained in:
@@ -90,7 +90,9 @@ func (config config) targets() ([]string, error) {
|
||||
for i := range results {
|
||||
if stat, err := os.Stat(results[i]); err != nil {
|
||||
return nil, err
|
||||
} else if !stat.IsDir() {
|
||||
} else if stat.IsDir() {
|
||||
} else if strings.HasPrefix(path.Base(results[i]), ".") && isDir {
|
||||
} else {
|
||||
result = append(result, results[i])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user