Exclude build directory in IDEA

This helps with searches, "Go To Declaration", etc.
This commit is contained in:
Christopher Willis-Ford 2016-06-09 12:03:10 -07:00
parent a21bd1aff1
commit bb357ba8bc

View File

@ -2,7 +2,9 @@
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>