mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
Compare commits
2 Commits
70409d9fef
...
533044fa72
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
533044fa72 | ||
|
|
6df5e682f1 |
@@ -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