Skip to content

Commit 6198c5e

Browse files
committed
Exclusion for Beyond Compare
Add app exclusion for Beyond Compare (versions 4 and 5).
1 parent f30a863 commit 6198c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jsonnet/lib/bundle.libsonnet

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
'^com\\.sublimetext\\.3$',
2929
// Kitty
3030
'^net\\.kovidgoyal\\.kitty$',
31+
// Beyond Compare 4 & 5
32+
'^com\\.ScooterSoftware',
3133
],
3234

3335
// bundle identifiers for remote desktop applications

0 commit comments

Comments
 (0)