idea Folder categories

|
|
Sources Root |
Contains production code that should be compiled |
Generated Sources Root |
The IDE considers that files in the Generated Sources root folder are generated automatically rather than written manually, and can be regenerated |
Test Sources Root |
These folders keep code related to testing separately from production code. Compilation results for sources and test sources are normally placed into different folders |
Generated Test Sources Root |
The IDE considers that files in this folder are generated automatically rather than written manually, and can be regenerated |
Resources Root |
(Java only) Resource files used in your application (images, configuration XML and properties files, and so on). During the build process, resource files are copied to the output folder as is. |
与源类似,您可以指定生成资源。您还可以指定将资源复制到输出文件夹中的哪个文件夹
|
|
Test Resources Root |
These folders are for resource files associated with your test sources |
Excluded |
Files in excluded folders are ignored by code completion, navigation and inspection. That is why, when you exclude a folder that you don’t need at the moment, you can increase the IDE performance. |
通常,编译输出文件夹被标记为已排除。
除了排除整个文件夹之外,您还可以排除特定文件。
|
|
Load Path Root |
(Ruby only) The load path is the path where the require and the load statements look for files |