Exclude more folders for pycharm

This commit is contained in:
Gabriel Augendre 2023-02-28 15:46:19 +01:00
parent 16d7ff5d20
commit 93bce05b7f

View file

@ -20,6 +20,9 @@
<excludeFolder url="file://$MODULE_DIR$/src/character/tests/test_reports" />
<excludeFolder url="file://$MODULE_DIR$/src/common/static/vendor" />
<excludeFolder url="file://$MODULE_DIR$/src/party/tests/test_reports" />
<excludeFolder url="file://$MODULE_DIR$/.direnv" />
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
<excludeFolder url="file://$MODULE_DIR$/.ruff_cache" />
</content>
<orderEntry type="jdk" jdkName="Python 3.11 (charasheet)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />