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
This commit is contained in:
breandan 2015-12-05 09:15:36 -05:00
parent 75ac21b9ad
commit 9a200d06c1
4 changed files with 44 additions and 11 deletions

11
.gitignore vendored
View File

@ -31,3 +31,14 @@ _includes
## File-based project format:
*.ipr
*.iws
### Gradle template
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

8
container_settings.json Normal file
View File

@ -0,0 +1,8 @@
{
"_comment": "FOR DETAILED FORMAT LOOK AT https://docs.docker.com/reference/api/docker_remote_api_v1.16/#create-a-container",
"AttachStdin": true,
"OpenStdin": true,
"HostConfig": {
"PortBindings":{ "8080/tcp": [{ "HostIp": "0.0.0.0", "HostPort": "18080" }] }
}
}

14
intellij-sdk-docs.iml Normal file
View File

@ -0,0 +1,14 @@
<?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>

@ -1 +1 @@
Subproject commit 6ae65c12104583089a3b98c326666f3b8c1f8019
Subproject commit f02601371dd5fae48fd729d70f65e833cfc2729c