From 931dbcf5f8d795351bfcffcf95ab0cce81c7269d Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Fri, 8 Mar 2024 10:18:24 -0800 Subject: [PATCH] cleanup --- .github/workflows/build-toc.yaml | 4 ++-- .idea/.gitignore | 10 ---------- .idea/chatgpt_system_prompt.iml | 8 -------- .idea/git_toolbox_prj.xml | 15 --------------- .idea/inspectionProfiles/Project_Default.xml | 15 --------------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 7 ------- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ .../gpt4_advanced_data_analysis_20231018.md | 0 10 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/chatgpt_system_prompt.iml delete mode 100644 .idea/git_toolbox_prj.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml 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 rename {prompts => SystemPrompts/ChatGPT}/gpt4_advanced_data_analysis_20231018.md (100%) diff --git a/.github/workflows/build-toc.yaml b/.github/workflows/build-toc.yaml index 6db8360..ce529da 100644 --- a/.github/workflows/build-toc.yaml +++ b/.github/workflows/build-toc.yaml @@ -27,8 +27,8 @@ jobs: - name: Commit TOC updates run: | - git config --global user.name 'LouisShark' - git config --global user.email 'mshark.louis@gmail.com' + git config --global user.name '0xeb' + git config --global user.email 'elias.bachaalany@gmail.com' git add . git commit -m "docs: Update TOC.md" || echo "No changes to commit" git pull --rebase diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 0a8642f..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Zeppelin ignored files -/ZeppelinRemoteNotebooks/ diff --git a/.idea/chatgpt_system_prompt.iml b/.idea/chatgpt_system_prompt.iml deleted file mode 100644 index d0876a7..0000000 --- a/.idea/chatgpt_system_prompt.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml deleted file mode 100644 index 02b915b..0000000 --- a/.idea/git_toolbox_prj.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index e5112fc..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,15 +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 105ce2d..0000000 --- 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 812ab5a..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a3e1a04..0000000 --- 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 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/prompts/gpt4_advanced_data_analysis_20231018.md b/SystemPrompts/ChatGPT/gpt4_advanced_data_analysis_20231018.md similarity index 100% rename from prompts/gpt4_advanced_data_analysis_20231018.md rename to SystemPrompts/ChatGPT/gpt4_advanced_data_analysis_20231018.md