Skip to content

Commit 29665cf

Browse files
shalupovintellij-monorepo-bot
authored andcommitted
project structure: remove .iml from source roots
GitOrigin-RevId: 92fd1d1e5d9f4061ffb61f302b3aaac61b070b48
1 parent 4d5bf20 commit 29665cf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.idea/modules.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/testSrc/intellij.python.community.tests.iml renamed to python/intellij.python.community.tests.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<module type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
5-
<content url="file://$MODULE_DIR$">
6-
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
5+
<content url="file://$MODULE_DIR$/testSrc">
6+
<sourceFolder url="file://$MODULE_DIR$/testSrc" isTestSource="true" />
77
</content>
88
<orderEntry type="inheritedJdk" />
99
<orderEntry type="sourceFolder" forTests="false" />

python/helpers/tests/intellij.python.helpers.tests.iml renamed to python/intellij.python.helpers.tests.iml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<module type="JAVA_MODULE" version="4">
33
<component name="NewModuleRootManager" inherit-compiler-output="true">
44
<exclude-output />
5-
<content url="file://$MODULE_DIR$">
6-
<sourceFolder url="file://$MODULE_DIR$" isTestSource="true" />
7-
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
8-
<excludeFolder url="file://$MODULE_DIR$/.tox" />
9-
<excludeFolder url="file://$MODULE_DIR$/build" />
5+
<content url="file://$MODULE_DIR$/helpers/tests">
6+
<sourceFolder url="file://$MODULE_DIR$/helpers/tests" isTestSource="true" />
7+
<excludeFolder url="file://$MODULE_DIR$/helpers/tests/.gradle" />
8+
<excludeFolder url="file://$MODULE_DIR$/helpers/tests/.tox" />
9+
<excludeFolder url="file://$MODULE_DIR$/helpers/tests/build" />
1010
</content>
1111
<orderEntry type="inheritedJdk" />
1212
<orderEntry type="sourceFolder" forTests="false" />

0 commit comments

Comments
 (0)