1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2026-01-05 18:13:34 +00:00
This commit is contained in:
Yegor Gemba
2024-12-19 18:38:14 +00:00
committed by GitHub

View File

@@ -8,6 +8,6 @@ import (
)
func excludedByAttribute(attirbutes map[string][]byte) bool {
_, ok := attirbutes["duplicacy_exclude"]
_, ok := attirbutes["user.duplicacy_exclude"]
return ok
}