mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 18:27:16 +02:00
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:
parent
57286c3887
commit
74f8e25e3c
@ -3,6 +3,7 @@
|
||||
|
||||
# User-specific stuff
|
||||
.idea/**/workspace.xml
|
||||
.idea/**/db-forest-config.xml
|
||||
.idea/**/tasks.xml
|
||||
.idea/**/usage.statistics.xml
|
||||
.idea/**/dictionaries
|
||||
|
||||
Loading…
Reference in New Issue
Block a user