From cf74a8bb30e339616dc47834ae0400eb63013dfa Mon Sep 17 00:00:00 2001 From: geeky-rishi Date: Mon, 9 Sep 2024 19:15:30 +0530 Subject: [PATCH] All the necessary changes made --- .idea/.gitignore | 8 ++++++++ .idea/inspectionProfiles/Project_Default.xml | 12 ++++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/task2_jpm.iml | 10 ++++++++++ .idea/vcs.xml | 7 +++++++ forage-jpmc-swe-task-2 | 1 + 8 files changed, 59 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/task2_jpm.iml create mode 100644 .idea/vcs.xml create mode 160000 forage-jpmc-swe-task-2 diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000000..13566b81b01 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 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/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000000..4e5be6e70a9 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,12 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000000..105ce2da2d6 --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000000..66c30f0e647 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000000..d748608b121 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/task2_jpm.iml b/.idea/task2_jpm.iml new file mode 100644 index 00000000000..8a8f4c83d03 --- /dev/null +++ b/.idea/task2_jpm.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000000..4554daa8731 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/forage-jpmc-swe-task-2 b/forage-jpmc-swe-task-2 new file mode 160000 index 00000000000..3022e1f0267 --- /dev/null +++ b/forage-jpmc-swe-task-2 @@ -0,0 +1 @@ +Subproject commit 3022e1f02670f8336f457078532f98c50f77496e