Hello, might be a stupid question.
About .gitignore, how should we treat .vscode/ and .idea/ folders (IDE specific files)? Is there standard answers?
- I use
Unity.gitignorefrom GitHub/gitignore repo as default, but there's no clue about them. - I know the brute-force answer is to just ignore them, and I guess many people do like this.
- Another people says there are something need to be shared, since they are not cache folder like
.vs/but workspace settings, e.g..vscode/launch.json. - I want to see if there's any "standard" or "default" answer or other insight, like side effects or something else.