How to add files to an empty project
Answered
If I create an empty project in IntelliJ and want to add a file like readme, DockerFile, etc I can't find a way to do that without using terminal and/or some file manager.
Am I missing something?
Please sign in to leave a comment.
First, create a module (https://www.jetbrains.com/help/idea/creating-and-managing-modules.html#add-new-module), then add/create files using Project view.