]> source.dussan.org Git - gitignore.git/commit
.idea/**/datasources.xml is now safe to store 2597/head
authorDmitriy "DK" Korobskiy <DKroot@users.noreply.github.com>
Wed, 7 Feb 2018 16:05:42 +0000 (11:05 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 16:05:42 +0000 (11:05 -0500)
commit2170a0447b724c210960395f39d9ad76c3fd44e3
treec43410f4e5636fd130f6a14d1beebba6a41d2fa6
parent68ae2ff9f7ce0176696966539b9807525002893b
.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
Global/JetBrains.gitignore