**Describe the bug** When using the `New project` action from IntelliJ to create a new Clojure Project, it creates all files but IntelliJ does not show them correctly. **To Reproduce** Steps to reproduce the behavior: 1. Create a `New Project` 2. Select `deps.edn` 3. Check that the files are not presented correctly **Expected behavior** The structure of files is created and IntelliJ show them correctly. **Screenshots** <img width="443" alt="Image" src="https://github.com/user-attachments/assets/9eca2a2a-42ec-42ba-8278-d2867b07d480" /> <img width="449" alt="Image" src="https://github.com/user-attachments/assets/590571f2-3ad3-4fab-8752-9cbe95c6d35d" /> **Additional context** Probably is related to the `iml` file that describes the modules from a project.