❔ Should you commit .idea?
When using Rider, should you commit the
.idea
folder to source control? The .vs
folder generated by VS is ignored by the default .NET gitignore, but .idea
isn't, so I'm just wondering if there's anything in there which is worth committing. The innermost folder curiously has its own gitignore, which makes me think the rest should be committed, but all the files just seem like configuration for various features and plugins?4 Replies
There are some files in there that are worth commiting.
https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder-
Sounds like nothing really too important for me personally
GitHub
resharper-rider-samples/.gitignore at master · JetBrains/resharper-...
Simple interactive exercises to help learn ReSharper and Rider - resharper-rider-samples/.gitignore at master · JetBrains/resharper-rider-samples
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.