Idea configure directory to avoid indexing

Idea configure directory to avoid indexing

 

 .idea/{project name}.iml

 

<?xml version="1.0" encoding="UTF-8"?>

<module type="WEB_MODULE" version="4">

  <component name="NewModuleRootManager">

    <content url="file://$MODULE_DIR$">

      <excludeFolder url="file://$MODULE_DIR$/node_modules" />

    </content>

    <orderEntry type="inheritedJdk" />

    <orderEntry type="sourceFolder" forTests="false" />

  </component>

</module>

 

refer to:

http://blog.csdn.net/longly_me/article/details/51898641

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326618928&siteId=291194637