Custom check for Settings Repository

Hi, i'm looking for solution to mark only specific settings (like on Export settings) for settings repository and then commit to git. Is this possible? Thanks!

0
1 comment

Not currently possible, please vote for https://youtrack.jetbrains.com/issue/IDEA-135510 and linked tickets

Using .gitignore to ignore specific files actually could be a workaround. The git repo that is used is located in <idea.config.path>/settingsRepository.

See https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs for details on config path location

0

Please sign in to leave a comment.