From 74f8e25e3c7111bc8cac8e65a52f9405031c48b6 Mon Sep 17 00:00:00 2001 From: Dmytro Korobskiy Date: Wed, 5 Aug 2026 07:55:37 -0400 Subject: [PATCH] Add db-forest-config.xml to JetBrains gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - It stores the IntelliJ Database tool window tree state (which data source nodes are expanded, and in what order) — per-developer UI state that churns on every expand/collapse, exactly like the already-ignored workspace.xml. - Its payload tracks developer's local-only connections, so committing the file might push dangling references into every teammate's IDE. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 6e0af9c4ea..deb13c7128 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -3,6 +3,7 @@ # User-specific stuff .idea/**/workspace.xml +.idea/**/db-forest-config.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml .idea/**/dictionaries