Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show build directory in IntelliJ IDEA

I build my project and on the file system I see the build directory but in IntelliJ IDEA 13.01 I see: enter image description here

How to make IntelliJ to show it like in Eclipse

like image 961
Xelian Avatar asked Oct 20 '25 06:10

Xelian


1 Answers

Maybe your build directory is marked as "Excluded". Go to Project Settings -> Modules -> your module. Remove "Excluded" mark from your build directory.

enter image description here

Then modules->

enter image description here

like image 50
av_vet Avatar answered Oct 23 '25 02:10

av_vet