From 6706e9bb6ce0cf75a63a5108f7fec4fda774e714 Mon Sep 17 00:00:00 2001 From: Gbenga Adeyi Date: Sun, 24 Mar 2024 08:40:35 +0100 Subject: [PATCH] Fix untracked --- .gitignore | 2 +- .idea/.gitignore | 8 ------ .../inspectionProfiles/profiles_settings.xml | 6 ----- .idea/misc.xml | 4 --- .idea/modules.xml | 8 ------ .idea/pypaystack2.iml | 12 --------- .idea/vcs.xml | 6 ----- .idea/watcherTasks.xml | 25 ------------------- 8 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/pypaystack2.iml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/watcherTasks.xml diff --git a/.gitignore b/.gitignore index 636182d..9cbf10d 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.pyc -dist +dist/ .vscode .env .pytest_cache diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml 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 ba6fa6c..0000000 --- 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 d6239a1..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/pypaystack2.iml b/.idea/pypaystack2.iml deleted file mode 100644 index 9517e4b..0000000 --- a/.idea/pypaystack2.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml deleted file mode 100644 index a221ecf..0000000 --- a/.idea/watcherTasks.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - \ No newline at end of file