The 'out' directory being excluded Follow a b Created September 17, 2014 14:54 Why does IntelliJ exclude the 'out' directory by default (Project Structure -> Modules)?
The 'out' directory is excluded to avoid unnecessary scanning and indexing of class-files generated in this directory after compilation.
--
Nikolay Chashnikov
JetBrains
http://www.jetbrains.com
"Develop with pleasure!"