144 lines
7.6 KiB
XML
144 lines
7.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="ecb0f36f-87fb-46cd-8377-658fb925fcb6" name="Default Changelist" comment="">
|
|
<change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/mermaid-server.iml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/watcherTasks.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/cmd/app/main.go" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/go.mod" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/internal/cache.go" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/internal/diagram.go" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/internal/generator.go" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/internal/http.go" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/mermaidcli/package-lock.json" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/mermaidcli/package.json" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Go File" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="GOROOT" path="/usr/local/Cellar/go/1.13.4/libexec" />
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="GoLibraries">
|
|
<option name="indexEntireGoPath" value="false" />
|
|
</component>
|
|
<component name="IgnoredFileRootStore">
|
|
<option name="generatedRoots">
|
|
<set>
|
|
<option value="$PROJECT_DIR$/.idea" />
|
|
</set>
|
|
</option>
|
|
</component>
|
|
<component name="ProjectId" id="1aAyop8moitN1kIl9HmAAe8m135" />
|
|
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
<component name="ProjectViewState">
|
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
<option name="showExcludedFiles" value="true" />
|
|
<option name="showLibraryContents" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">
|
|
<property name="DefaultGoTemplateProperty" value="Go File" />
|
|
<property name="NewWatcherDialog.advanced.open" value="true" />
|
|
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
<property name="configurable.Global.GOPATH.is.expanded" value="true" />
|
|
<property name="configurable.Project.GOPATH.is.expanded" value="true" />
|
|
<property name="go.import.settings.migrated" value="true" />
|
|
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
|
<property name="node.js.detected.package.eslint" value="true" />
|
|
<property name="node.js.detected.package.tslint" value="true" />
|
|
<property name="node.js.path.for.package.eslint" value="project" />
|
|
<property name="node.js.path.for.package.tslint" value="project" />
|
|
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
<property name="settings.editor.selected.configurable" value="go.vgo" />
|
|
</component>
|
|
<component name="RecentsManager">
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="$PROJECT_DIR$" />
|
|
<recent name="$PROJECT_DIR$/mermaidcli" />
|
|
</key>
|
|
</component>
|
|
<component name="RunManager">
|
|
<configuration name="app" type="GoApplicationRunConfiguration" factoryName="Go Application">
|
|
<module name="mermaid-server" />
|
|
<working_directory value="$PROJECT_DIR$/" />
|
|
<go_parameters value="-i" />
|
|
<parameters value="--mermaid=./mermaidcli/node_modules/.bin/mmdc --in=./in --out=./out" />
|
|
<EXTENSION ID="net.ashald.envfile">
|
|
<option name="IS_ENABLED" value="false" />
|
|
<option name="IS_SUBST" value="false" />
|
|
<option name="IS_PATH_MACRO_SUPPORTED" value="false" />
|
|
<option name="IS_IGNORE_MISSING_FILES" value="false" />
|
|
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
|
|
<ENTRIES>
|
|
<ENTRY IS_ENABLED="true" PARSER="runconfig" />
|
|
</ENTRIES>
|
|
</EXTENSION>
|
|
<kind value="PACKAGE" />
|
|
<filePath value="$PROJECT_DIR$/" />
|
|
<package value="mermaid-server/cmd/app" />
|
|
<directory value="$PROJECT_DIR$/" />
|
|
<method v="2" />
|
|
</configuration>
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="1" />
|
|
</component>
|
|
<component name="VgoProject">
|
|
<integration-enabled>true</integration-enabled>
|
|
<vendoring-mode>true</vendoring-mode>
|
|
<proxy>direct</proxy>
|
|
</component>
|
|
<component name="WindowStateProjectService">
|
|
<state x="184" y="112" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1586211567682">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state x="184" y="112" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.1440.900@0.0.1440.900" timestamp="1586211567682" />
|
|
<state x="474" y="208" key="EnvironmentVariablesDialog" timestamp="1586194300455">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state x="474" y="208" key="EnvironmentVariablesDialog/0.0.1440.900@0.0.1440.900" timestamp="1586194300455" />
|
|
<state width="1398" height="226" key="GridCell.Tab.0.bottom" timestamp="1586211724295">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state width="1398" height="226" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1586211724295" />
|
|
<state width="1398" height="226" key="GridCell.Tab.0.center" timestamp="1586211724293">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state width="1398" height="226" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1586211724293" />
|
|
<state width="1398" height="226" key="GridCell.Tab.0.left" timestamp="1586211724292">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state width="1398" height="226" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1586211724292" />
|
|
<state width="1398" height="226" key="GridCell.Tab.0.right" timestamp="1586211724294">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state width="1398" height="226" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1586211724294" />
|
|
<state x="229" y="89" key="SettingsEditor" timestamp="1586192882553">
|
|
<screen x="0" y="0" width="1440" height="900" />
|
|
</state>
|
|
<state x="229" y="89" key="SettingsEditor/0.0.1440.900@0.0.1440.900" timestamp="1586192882553" />
|
|
</component>
|
|
</project> |