Posted By:
Steve_Rice
Posted On:
Thursday, January 24, 2002 04:15 PM
My project consists of almost all .java files in a particular directory tree. However, a couple directories contain obsolete code or testing code, which will not compile.
Is there any way to tell IDEA to exclude these couple directories (or files) from the project? I know I could instead add all the many individual directories that I do want in my project, but the resulting project tree doesn't show the tree structure very clearly.
Thanks, Steve