Skip to content

Commit 2170a04

Browse files
authored
.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
1 parent 68ae2ff commit 2170a04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Global/JetBrains.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# Sensitive or high-churn files:
1010
.idea/**/dataSources/
1111
.idea/**/dataSources.ids
12-
.idea/**/dataSources.xml
1312
.idea/**/dataSources.local.xml
1413
.idea/**/sqlDataSources.xml
1514
.idea/**/dynamic.xml

0 commit comments

Comments
 (0)