mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
-container_settings.json is used by the Docker plugin https://blog.jetbrains.com/idea/2015/03/docker-support-in-intellij-idea-14-1/ -project wide .iml configuration for easy code-sample setup
14 lines
822 B
XML
14 lines
822 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module external.linked.project.id="intellij-sdk-docs" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" relativePaths="true" type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="false">
|
|
<output url="file://$MODULE_DIR$/build" />
|
|
<output-test url="file://$MODULE_DIR$/build" />
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
|
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
</component>
|
|
</module> |