mirror of
https://github.com/Crocmagnon/cookiecutter-django.git
synced 2024-11-27 00:58:04 +01:00
Add default folder exclusions
This commit is contained in:
parent
c0a29e398b
commit
5d8efbda70
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
<component name="NewModuleRootManager">
|
<component name="NewModuleRootManager">
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/src/test_reports" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/src/public" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.pytest_cache" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
Loading…
Reference in a new issue