This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new 25ed3f3a1 [repo] Add vcs.xml for idea (#2840)
25ed3f3a1 is described below
commit 25ed3f3a18a079ecc4da0c622534471ac47b83d6
Author: gongzhongqiang <[email protected]>
AuthorDate: Sat Jul 8 18:11:45 2023 +0800
[repo] Add vcs.xml for idea (#2840)
Co-authored-by: gongzhongqiang <[email protected]>
---
.gitignore | 1 +
.idea/vcs.xml | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8282569dd..03a46388b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@
.cache
.idea/*
!.idea/icon.png
+!.idea/vcs.xml
.metadata
.settings
.project
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 000000000..850175e13
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ </component>
+ <component name="IssueNavigationConfiguration">
+ <option name="links">
+ <list>
+ <IssueNavigationLink>
+ <option name="issueRegexp" value="#(\d+)" />
+ <option name="linkRegexp"
value="https://github.com/apache/incubator-streampark/pull/$1" />
+ </IssueNavigationLink>
+ </list>
+ </option>
+ </component>
+</project>