From 17fdd7a152f2203da47da07cbd9280a3b6b29f17 Mon Sep 17 00:00:00 2001 From: Gallardot Date: Tue, 18 Jun 2024 21:02:15 +0800 Subject: [PATCH] [Chore] Add issue link tempate for IDEA (#16158) * chore: add issue link tempate for IDEA Signed-off-by: Gallardot * chore: add issue link tempate for IDEA Signed-off-by: Gallardot --------- Signed-off-by: Gallardot Co-authored-by: xiangzihao <460888207@qq.com> --- .gitignore | 1 + .idea/vcs.xml | 16 ++++++++++++++++ .licenserc.yaml | 1 + 3 files changed, 18 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 342f13bd6a..813ad9c4bc 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .target .idea/ !.idea/icon.png +!.idea/vcs.xml .run/ target/ dist/ diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000000..f30edcd8a1 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,16 @@ + + + + + + + + + diff --git a/.licenserc.yaml b/.licenserc.yaml index 821be80ea6..91e8fbf866 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -51,5 +51,6 @@ header: - '**/banner.txt' - '.terraform.lock.hcl' - deploy/kubernetes/dolphinscheduler/README.md.gotmpl + - .idea/vcs.xml comment: on-failure