Pycharm仍在索引排除的文件夹,它需要永远

时间:2019-06-14 10:08:31

标签: python ide pycharm

我使用“标记目录为”排除了一些数据文件夹,但Pycharm仍在为其建立索引。

我已经检查了.iml文件,该文件包含标记为excludeFolder的数据文件夹:

<?xml version="1.0" encoding="UTF-8"?>
  <module type="PYTHON_MODULE" version="4">
    <component name="NewModuleRootManager">
      <content url="file://$MODULE_DIR$">
        <sourceFolder url="file://$MODULE_DIR$/detectron/detectron/core" isTestSource="false" />
        <excludeFolder url="file://$MODULE_DIR$/detectron/detectron/datasets/data" />
        <excludeFolder url="file://$MODULE_DIR$/detectron/models" />
    </content>
    <orderEntry type="jdk" jdkName="Python 3.6 (pth-1.0.1) (2)" jdkType="Python SDK" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
  <component name="TestRunnerService">
    <option name="PROJECT_TEST_RUNNER" value="Unittests" />
  </component>
  </module>

我想念什么吗?

感谢您的帮助!

0 个答案:

没有答案