Search code examples
intellij-ideamap-files

IntelliJ Idea doesn't recognize .map files


I'm working on a Spring Boot project. My project structure looks like this:

enter image description here

The .css files under 'css' directory are behaving like they're folders or packages. I tried to add the .map files manually but they are not recognized by Intellij. I want the .map files to be on the same level as the .css files in order to avoid issues like wrong paths etc. How can I fix this?


Solution

  • Please check "File Nesting" option: https://www.jetbrains.com/help/idea/file-nesting-dialog.html