mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 01:49:04 +08:00
chore: remove .idea and .vscode from root path (#7437)
This commit is contained in:
parent
2e9084f369
commit
0d4753785f
1
.gitignore
vendored
1
.gitignore
vendored
@ -178,3 +178,4 @@ pyrightconfig.json
|
|||||||
api/.vscode
|
api/.vscode
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
.vscode
|
0
.idea/icon.png → api/.idea/icon.png
generated
0
.idea/icon.png → api/.idea/icon.png
generated
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
.idea/vcs.xml → api/.idea/vcs.xml
generated
0
.idea/vcs.xml → api/.idea/vcs.xml
generated
@ -5,8 +5,8 @@
|
|||||||
"name": "Python: Flask",
|
"name": "Python: Flask",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"python": "${workspaceFolder}/api/.venv/bin/python",
|
"python": "${workspaceFolder}/.venv/bin/python",
|
||||||
"cwd": "${workspaceFolder}/api",
|
"cwd": "${workspaceFolder}",
|
||||||
"envFile": ".env",
|
"envFile": ".env",
|
||||||
"module": "flask",
|
"module": "flask",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
@ -18,15 +18,15 @@
|
|||||||
"args": [
|
"args": [
|
||||||
"run",
|
"run",
|
||||||
"--host=0.0.0.0",
|
"--host=0.0.0.0",
|
||||||
"--port=5001",
|
"--port=5001"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python: Celery",
|
"name": "Python: Celery",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"python": "${workspaceFolder}/api/.venv/bin/python",
|
"python": "${workspaceFolder}/.venv/bin/python",
|
||||||
"cwd": "${workspaceFolder}/api",
|
"cwd": "${workspaceFolder}",
|
||||||
"module": "celery",
|
"module": "celery",
|
||||||
"justMyCode": true,
|
"justMyCode": true,
|
||||||
"envFile": ".env",
|
"envFile": ".env",
|
Loading…
x
Reference in New Issue
Block a user