IntelliJ IDEA | Preferences | Build, Execution, Deployment | Compiler | Excludes


Use this page to specify files and directories within your project that should not be passed to the compiler.

ItemKeyboard ShortcutDescription
PathIn this field, the path to a file or directory to be excluded from compilation is shown.
RecursivelyFor a directory: select this option to exclude from compilation all the corresponding subdirectories.
add ⌘N, ⌃⏎, ⌘N or ⌃⏎⌃N, ⌃⏎, ⌃N or ⌃⏎⌘N, ⌃⏎, ⌘N or ⌃⏎⌥ Insert⌥ Insert Use this icon or shortcut to add a file or directory to the list. Select the file or directory in the dialog that opens.
delete ⌘⌦ or ⌘⌦⌘⌦ or ⌘⌦⌥ Delete, ⌥⌦ or ⌥⌦ Use this icon or shortcut to remove the selected item or items from the list.
  • The sources listed on this page, if they are used in the project parts to be compiled (e.g., if they are imported, extended or implemented), will nevertheless be compiled.
  • Explicit compiler invocation on excluded directories will force their compilation.