Bladeren bron

.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
pull/2597/head
Dmitriy "DK" Korobskiy 6 jaren geleden
bovenliggende
commit
2170a0447b
No account linked to committer's email address
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0
    1
      Global/JetBrains.gitignore

+ 0
- 1
Global/JetBrains.gitignore Bestand weergeven

@@ -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

Laden…
Annuleren
Opslaan