From 17cca339d502e44cdb644f576a9cae7ac45909f2 Mon Sep 17 00:00:00 2001 From: csunny Date: Fri, 12 May 2023 20:16:54 +0800 Subject: [PATCH] rm idea&vscode config --- .gitignore | 2 ++ .idea/.gitignore | 3 --- .idea/DB-GPT.iml | 12 --------- .../inspectionProfiles/profiles_settings.xml | 6 ----- .idea/misc.xml | 4 --- .idea/modules.xml | 8 ------ .idea/vcs.xml | 6 ----- .vscode/launch.json | 25 ------------------- 8 files changed, 2 insertions(+), 64 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/DB-GPT.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 0b232d95a..d9ae6771a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ __pycache__/ *.so .vscode +.idea +.chroma # Distribution / packaging .Python build/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521a..000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/DB-GPT.iml b/.idea/DB-GPT.iml deleted file mode 100644 index 9725c1b01..000000000 --- a/.idea/DB-GPT.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2da2..000000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index e965926fe..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a22f312c8..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 09a35ce9c..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "justMyCode": true, - "env": {"PYTHONPATH": "${workspaceFolder}"}, - "envFile": "${workspaceFolder}/.env" - }, - { - "name": "Python: Module", - "type": "python", - "request": "launch", - "module": "pilot", - "justMyCode": true, - } - ] -} \ No newline at end of file