How to Configure Ignored Resources?
I have a huge directory(it's actually a symbolic link to a huge directory) in my project folder. I want IDEA to completely ignore that directory.
I go to 'Project Settings' -> 'Resources', and add an entry in 'Configure Ignored Resources' box. It asks me to enter the URI. But I don't know the URI. Could someone help me on this?
There's an existing entry in the box, which is urn:idea:xslt-plugin#extensions
Cheers,
Thanks a lot
Please sign in to leave a comment.
Click on menu item File -> Project Structure, then select "Modules" in the left, your module in the middle panel, "Sources" in the right side, then click on the directory in the right-most tree and select "Excluded".
See attached screenshot.
Have fun with IDEA!
Attachment(s):
exclude.png
You can do it in Project Structure -> Your module -> Sources tab.
Mark your folder as "excluded" there.
"Resources" is not the right place for that. It affects XML schemas
generally.