From 2170a0447b724c210960395f39d9ad76c3fd44e3 Mon Sep 17 00:00:00 2001 From: "Dmitriy \"DK\" Korobskiy" Date: Wed, 7 Feb 2018 11:05:42 -0500 Subject: [PATCH] .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 | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2e29437f..9c01e12b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -9,7 +9,6 @@ # Sensitive or high-churn files: .idea/**/dataSources/ .idea/**/dataSources.ids -.idea/**/dataSources.xml .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml