Homec4science

.idea/**/datasources.xml is now safe to store

Description

.idea/**/datasources.xml is now safe to store

Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in datasources.xml and it makes sense to version control to share project data sources among the team. dataSources.local.xml is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain.

References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105

Details

Committed
GitHub <noreply@github.com>Feb 7 2018, 17:05
Pushed
aubortJul 2 2018, 16:12
Parents
rGITIGNORE68ae2ff9f7ce: Merge pull request #2596 from nfcopier/patch-1
Branches
Unknown
Tags
Unknown

Event Timeline

GitHub <noreply@github.com> committed rGITIGNORE2170a0447b72: .idea/**/datasources.xml is now safe to store (authored by Dmitriy "DK" Korobskiy <DKroot@users.noreply.github.com>).Feb 7 2018, 17:05