You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
"description": "Java error heap dump of JetBrains tools. Can be several gigabytes.",
7
+
"delete" : {
8
+
"type": "file",
9
+
"location": "~/java_error_in_*.hprof"
10
+
},
11
+
"active": true
12
+
},
13
+
"jetbrains_java_error_logs": {
14
+
"application": "JetBrains",
15
+
"category": "IDE",
16
+
"entity_category": "crash log",
17
+
"description": "Java error logs for various JetBrains tools.",
18
+
"delete": {
19
+
"type": "file",
20
+
"location": "~/java_error_in_*.log"
21
+
},
22
+
"active": true
23
+
},
24
+
"gradio_temporary_files": {
25
+
"application": "Gradio",
26
+
"category": "AI",
27
+
"entity_category": "temporary files",
28
+
"description": "User temporary files for Gradio UI. Gradio is a Python UI library used by many AI applications.",
29
+
"delete": {
30
+
"type": "directory",
31
+
"location": "~/AppData/Local/Temp/gradio"
32
+
},
33
+
"active": true
34
+
},
35
+
"wslg_rd_client_auto_trace": {
36
+
"application": "WSL",
37
+
"category": "Windows",
38
+
"entity_category": "log",
39
+
"description": "WSLg (Windows Subsystem for Linux GUI) remote desktop client auto trace logs. Can be generated when using Docker. Can be dozens of gigabytes.",
0 commit comments