Generally correct. I usually check in the code style directory though
g
Gleb Minaev
12/19/2022, 6:34 PM
Yeah, it's correct in general. But sometimes there are files in
.idea
that should be shared via VCS. For example, file
icon.png
(
icon.svg
, etc.; for example
there is oneā¾
in Kotlin repo) that is used as the project icon in projects list in IDEA or Toolbox or folders
scopes
and
copyright
that are particularly used for automated copyright generation (for example, we store only them in KMath).
P.S. Some of IDEA settings are IDEA project settings, so it's better to store them in VCS. For other settings I think the next comment has better reasoning.