intellij-sdk-code-samples/intellij-sdk-docs.iml
breandan 9a200d06c1 Update sdkdocs-template submodule and .gitignore
-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
2015-12-05 09:15:36 -05:00

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>