diff --git a/.gitignore b/.gitignore index ace16c9e151..51c2f6ab2f3 100644 --- a/.gitignore +++ b/.gitignore @@ -16,18 +16,29 @@ _includes # if you remove the above rule, at least ignore the following: # User-specific stuff: - .idea/workspace.xml - .idea/tasks.xml - .idea/dictionaries - .idea/libraries/Gradle__*.xml +.idea/workspace.xml +.idea/tasks.xml +.idea/dictionaries +.idea/libraries/Gradle__*.xml # Sensitive or high-churn files: - .idea/dataSources.ids - .idea/dataSources.xml - .idea/sqlDataSources.xml - .idea/dynamic.xml - .idea/uiDesigner.xml +.idea/dataSources.ids +.idea/dataSources.xml +.idea/sqlDataSources.xml +.idea/dynamic.xml +.idea/uiDesigner.xml ## File-based project format: *.ipr -*.iws \ No newline at end of file +*.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 + diff --git a/container_settings.json b/container_settings.json new file mode 100644 index 00000000000..b94628e94c5 --- /dev/null +++ b/container_settings.json @@ -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" }] } + } +} \ No newline at end of file diff --git a/intellij-sdk-docs.iml b/intellij-sdk-docs.iml new file mode 100644 index 00000000000..a5991468930 --- /dev/null +++ b/intellij-sdk-docs.iml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sdkdocs-template b/sdkdocs-template index 6ae65c12104..f02601371dd 160000 --- a/sdkdocs-template +++ b/sdkdocs-template @@ -1 +1 @@ -Subproject commit 6ae65c12104583089a3b98c326666f3b8c1f8019 +Subproject commit f02601371dd5fae48fd729d70f65e833cfc2729c