mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-30 07:05:14 +08:00
chore: add issue link tempate for IDEA (#4866)
This commit is contained in:
parent
69190e088e
commit
cd24308f20
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@ -76,4 +76,5 @@ jobs:
|
|||||||
VALIDATE_BASH_EXEC: true
|
VALIDATE_BASH_EXEC: true
|
||||||
VALIDATE_GITHUB_ACTIONS: true
|
VALIDATE_GITHUB_ACTIONS: true
|
||||||
VALIDATE_DOCKERFILE_HADOLINT: true
|
VALIDATE_DOCKERFILE_HADOLINT: true
|
||||||
|
VALIDATE_XML: true
|
||||||
VALIDATE_YAML: true
|
VALIDATE_YAML: true
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -134,7 +134,8 @@ dmypy.json
|
|||||||
web/.vscode/settings.json
|
web/.vscode/settings.json
|
||||||
|
|
||||||
# Intellij IDEA Files
|
# Intellij IDEA Files
|
||||||
.idea/
|
.idea/*
|
||||||
|
!.idea/vcs.xml
|
||||||
.ideaDataSources/
|
.ideaDataSources/
|
||||||
|
|
||||||
api/.env
|
api/.env
|
||||||
|
16
.idea/vcs.xml
generated
Normal file
16
.idea/vcs.xml
generated
Normal file
@ -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="#(\d+)" />
|
||||||
|
<option name="linkRegexp" value="https://github.com/langgenius/dify/issues/$1" />
|
||||||
|
</IssueNavigationLink>
|
||||||
|
</list>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
Loading…
x
Reference in New Issue
Block a user