Skip to content

Commit

Permalink
Updated blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongXiLu committed Aug 21, 2021
1 parent 412f0a5 commit 5a1b583
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ import (
// Plist files we should ignore
var blackList = map[string]struct{}{
"ByHost": {},
"jetbrains.jetprofile.asset.plist": {},
"com.cisco.anyconnect.gui.plist": {},
"com.apple.AddressBook.plist": {},
"com.apple.systempreferences.plist": {},
"com.apple.spaces.plist": {},
"jetbrains.jetprofile.asset.plist": {},
"com.apple.studentd.plist": {},
"com.apple.remindd.plist": {},
}
Expand Down

0 comments on commit 5a1b583

Please sign in to comment.