Skip to content

Instantly share code, notes, and snippets.

@Selenium39
Created September 26, 2020 01:42
Show Gist options
  • Save Selenium39/c0ac4f07fe6dd51603a00607c258fd18 to your computer and use it in GitHub Desktop.
Save Selenium39/c0ac4f07fe6dd51603a00607c258fd18 to your computer and use it in GitHub Desktop.
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/../../../../../:\src\idea\spring-cloud-advertisement\.idea/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="http://maven.aliyun.com/nexus/content/repositories/central/" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="78b6cd94-1bad-4240-97a2-3be43bef569f" name="Default Changelist" comment="" />
<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="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="localRepository" value="C:\src\mavenRepository" />
<option name="mavenHome" value="C:\Program Files\JetBrains\IntelliJ IDEA 2019.2.3\plugins\maven\lib\maven3" />
<option name="userSettingsFile" value="C:\Program Files\maven\apache-maven-3.6.2\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectId" id="1hxfoXdhwFK8aDDIBZapW6UZyye" />
<component name="ProjectViewState">
<option name="abbreviatePackageNames" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="MavenSettings" />
</component>
<component name="RunManager">
<configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
<option name="arquillianRunConfiguration">
<value>
<option name="containerStateName" value="" />
</value>
</option>
<option name="TEST_OBJECT" value="class" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="78b6cd94-1bad-4240-97a2-3be43bef569f" name="Default Changelist" comment="" />
<created>1600957841103</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1600957841103</updated>
<workItem from="1600957842713" duration="2753000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="WindowStateProjectService">
<state x="687" y="214" key="FileChooserDialogImpl" timestamp="1600958673176">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="687" y="214" key="FileChooserDialogImpl/1920.-134.1920.1040/[email protected]" timestamp="1600958673176" />
<state x="329" y="77" key="SettingsEditor" timestamp="1600959334890">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="329" y="77" key="SettingsEditor/1920.-134.1920.1040/[email protected]" timestamp="1600959334890" />
</component>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment