Add '/app' to excluded folder in root IDEA project

This commit is contained in:
chylex 2022-03-22 01:30:38 +01:00
parent 86acef1a22
commit 1ebf15b039
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

@ -8,6 +8,7 @@
<excludeFolder url="file://$MODULE_DIR$/.vscode" />
<excludeFolder url="file://$MODULE_DIR$/bld" />
<excludeFolder url="file://$MODULE_DIR$/lib" />
<excludeFolder url="file://$MODULE_DIR$/app" />
</content>
<orderEntry type="jdk" jdkName="Python 3.8" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />