mirror of
https://github.com/gilbertchen/duplicacy
synced 2026-01-05 18:13:34 +00:00
Merge 6df5e682f1 into 065ae50868
This commit is contained in:
@@ -8,6 +8,6 @@ import (
|
||||
)
|
||||
|
||||
func excludedByAttribute(attirbutes map[string][]byte) bool {
|
||||
_, ok := attirbutes["duplicacy_exclude"]
|
||||
_, ok := attirbutes["user.duplicacy_exclude"]
|
||||
return ok
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user