mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
exclude config/system directories from project
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/config" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/system" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="module" module-name="intellij.android" scope="RUNTIME" />
|
||||
@@ -128,4 +131,4 @@
|
||||
<orderEntry type="module" module-name="intellij.testng.rt.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.editorconfig" scope="RUNTIME" />
|
||||
</component>
|
||||
</module>
|
||||
</module>
|
||||
Reference in New Issue
Block a user