From: Joƫlle van Essen <39169351+JoelleJS@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:16:47 +0000 (+0200) Subject: Add Red Hat telemetry data (#414) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/b24bca13a8fc6b0227e0ef5fd2f3827ecb002681 Add Red Hat telemetry data (#414) --- diff --git a/programs/redhat.json b/programs/redhat.json new file mode 100644 index 0000000..ddb0f50 --- /dev/null +++ b/programs/redhat.json @@ -0,0 +1,10 @@ +{ + "name": "Red Hat telemetry", + "files": [ + { + "path": "$HOME/.redhat", + "movable": false, + "help": "Currently unsupported.\n\nThis directory contains data used by Red Hat for telemetry. If you don't want telemetry you can probably safely delete the directory. Note that the directory may also contain your preferences regarding telemetry though (enable or disable).\n\n_Relevant issue:_ https://github.com/redhat-developer/vscode-redhat-telemetry/issues/51\n" + } + ] +}