]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add Red Hat telemetry data (#414)
authorJoëlle van Essen <39169351+JoelleJS@users.noreply.github.com>
Wed, 5 Jun 2024 16:16:47 +0000 (18:16 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Jun 2024 16:16:47 +0000 (18:16 +0200)
programs/redhat.json [new file with mode: 0644]

diff --git a/programs/redhat.json b/programs/redhat.json
new file mode 100644 (file)
index 0000000..ddb0f50
--- /dev/null
@@ -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"
+        }
+    ]
+}