| 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 |
| 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 |
| <?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> |