diff --git a/.gitignore b/.gitignore index a07c8033f..efd5c3d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ !/.idea/fileTemplates !/.idea/runConfigurations !/.idea/codeStyles +!/.idea/vcs.xml **/build/ **/out/ diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..44b7e46b8 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="IssueNavigationConfiguration"> + <option name="links"> + <list> + <IssueNavigationLink> + <option name="issueRegexp" value="[A-Z]+\-\d+" /> + <option name="linkRegexp" value="https://youtrack.jetbrains.com/issue/$0" /> + </IssueNavigationLink> + </list> + </option> + </component> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file