diff --git a/_windows/git.xml b/_windows/git.xml new file mode 100644 index 0000000000000000000000000000000000000000..a8092bde0cc5e4a93430f7580d55e29206ef5457 --- /dev/null +++ b/_windows/git.xml @@ -0,0 +1,5 @@ +<application> + <component name="Git.Application.Settings"> + <option name="SSH_EXECUTABLE" value="IDEA_SSH" /> + </component> +</application> \ No newline at end of file diff --git a/_windows/laf.xml b/_windows/laf.xml new file mode 100644 index 0000000000000000000000000000000000000000..dbf49b40fd2ac76a1f33cbe1b6bb042301ee65a2 --- /dev/null +++ b/_windows/laf.xml @@ -0,0 +1,5 @@ +<application> + <component name="LafManager"> + <laf class-name="com.intellij.ide.ui.laf.IntelliJLaf" /> + </component> +</application> \ No newline at end of file diff --git a/codestyles/Default.xml b/codestyles/Default.xml new file mode 100644 index 0000000000000000000000000000000000000000..e94f32a8c528ea144c4fa1214dc75ee997b2382e --- /dev/null +++ b/codestyles/Default.xml @@ -0,0 +1 @@ +<code_scheme name="Default" version="173" /> \ No newline at end of file diff --git a/debugger.xml b/debugger.xml new file mode 100644 index 0000000000000000000000000000000000000000..16f98b39b2e20d68d2c7dd0b1411979d7d3f3c41 --- /dev/null +++ b/debugger.xml @@ -0,0 +1,6 @@ +<application> + <component name="XDebuggerSettings"> + <data-views /> + <general /> + </component> +</application> \ No newline at end of file diff --git a/vcs.xml b/vcs.xml new file mode 100644 index 0000000000000000000000000000000000000000..b1754556dd39d591c5fd6ca106c64decb1cbd020 --- /dev/null +++ b/vcs.xml @@ -0,0 +1,13 @@ +<application> + <component name="GitRememberedInputs"> + <option name="visitedUrls"> + <list> + <UrlAndUserName> + <option name="url" value="git@gitlab.pasteur.fr:dbikard/badSeed_public.git" /> + <option name="userName" value="" /> + </UrlAndUserName> + </list> + </option> + <option name="cloneParentDir" value="D:\Machine learning" /> + </component> +</application> \ No newline at end of file