Tony CHEMIT pushed to branch pages at ultreiaio / ird-observe Commits: 26c97e9b by Tony Chemit at 2021-09-11T15:53:24+02:00 Update latest documentation - - - - - 6 changed files: - + .idea/.gitignore - + .idea/ird-observe.iml - + .idea/modules.xml - + .idea/vcs.xml - + .idea/workspace.xml - + versions.json Changes: ===================================== .idea/.gitignore ===================================== @@ -0,0 +1,6 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml ===================================== .idea/ird-observe.iml ===================================== @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file ===================================== .idea/modules.xml ===================================== @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/ird-observe.iml" filepath="$PROJECT_DIR$/.idea/ird-observe.iml" /> + </modules> + </component> +</project> \ No newline at end of file ===================================== .idea/vcs.xml ===================================== @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="" vcs="Git" /> + </component> +</project> \ No newline at end of file ===================================== .idea/workspace.xml ===================================== @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ChangeListManager"> + <list default="true" id="c9997dfc-26aa-4206-906f-1c16860e633c" name="Changes" comment=""> + <change afterPath="$PROJECT_DIR$/index.js" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" 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="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectId" id="1xzmvagxh1xwFASQBgrq2wcsyir" /> + <component name="ProjectLevelVcsManager"> + <ConfirmationsSetting value="2" id="Add" /> + </component> + <component name="ProjectViewState"> + <option name="autoscrollFromSource" value="true" /> + <option name="compactDirectories" value="true" /> + <option name="flattenPackages" value="true" /> + <option name="hideEmptyMiddlePackages" value="true" /> + <option name="showLibraryContents" value="true" /> + <option name="showModules" value="false" /> + <option name="sortByType" value="true" /> + </component> + <component name="PropertiesComponent"> + <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" /> + <property name="RunOnceActivity.ShowReadmeOnStart" value="true" /> + <property name="last_opened_file_path" value="$PROJECT_DIR$" /> + <property name="settings.editor.selected.configurable" value="configurable.group.appearance" /> + </component> + <component name="RecentsManager"> + <key name="CopyFile.RECENT_KEYS"> + <recent name="$PROJECT_DIR$" /> + </key> + </component> + <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> + <component name="TypeScriptGeneratedFilesManager"> + <option name="version" value="3" /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> +</project> \ No newline at end of file ===================================== versions.json ===================================== @@ -0,0 +1,4 @@ +{ +"latest":"now", +"9.0.0-RC-11-SNAPSHOT":"before" +} View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/26c97e9b2f47593a96af08b71e... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/26c97e9b2f47593a96af08b71e... You're receiving this email because of your account on gitlab.com.