Add db-forest-config.xml to JetBrains gitignore

- 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.
This commit is contained in:
Dmytro Korobskiy 2026-08-05 07:55:37 -04:00 committed by GitHub
parent 57286c3887
commit 74f8e25e3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
# User-specific stuff
.idea/**/workspace.xml
.idea/**/db-forest-config.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries