How to add files to an empty project
已回答
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?
请先登录再写评论。
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.