Hi everyone, I have a question regarding version control of projects created by create-react-kotlin-app. Do I have to put .idea folder and <project>.iml file to VCS? For other types of project like Java/Kotlin/Android etc. I just .gitignore them. When I'm trying to clone react-kotlin project without .idea and .iml file IDE cannot open project properly, it says "Kotlin not configured" etc.