mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
chore: remove .idea and .vscode from root path (#7437)
This commit is contained in:
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",
|
||||||
Reference in New Issue
Block a user