In #4674, `/.idea` was accidently added to `.gitignore` and later removed. Given there're already `.vs/` and `.vscode/`, is it better to add support for other IDEs, like CLion, in `.gitignore`?
In #4674,
/.ideawas accidently added to.gitignoreand later removed.Given there're already
.vs/and.vscode/, is it better to add support for other IDEs, like CLion, in.gitignore?