From 5398b6c90709fef09393598d3cf7db668aabc2ad Mon Sep 17 00:00:00 2001 From: "anand.pandey4" Date: Tue, 8 Oct 2024 06:03:46 +0530 Subject: [PATCH 1/3] added contribution --- .idea/.gitignore | 8 ++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ CONTRIBUTING.md | 6 ++++++ hacktoberfest.iml | 11 +++++++++++ 6 files changed, 45 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 hacktoberfest.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /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/misc.xml b/.idea/misc.xml new file mode 100644 index 000000000..5b3e76be4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..0948ecc50 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 000000000..35eb1ddfb --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b0c41a5..d787ee2b9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2850,3 +2850,9 @@ - Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering - GitHub: [op-amateur](https://github.com/op-amateur) +#### Name: [Anand](https://github.com/pandeyanand9023) + +- Place: Bengaluru, Karnataka, India +- Bio: Final Year undergrad pursuing B.tech in Computer Science Engineering +- GitHub: [pandeyanand9023](https://github.com/pandeyanand9023) + diff --git a/hacktoberfest.iml b/hacktoberfest.iml new file mode 100644 index 000000000..6c69d7a9f --- /dev/null +++ b/hacktoberfest.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file From 9631c092a880285e68410e25e9b7f1e9bd8bd1fc Mon Sep 17 00:00:00 2001 From: "anand.pandey4" Date: Tue, 8 Oct 2024 06:05:21 +0530 Subject: [PATCH 2/3] first contribution --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e061e902b..69bed4d1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .DS_Store # CONTRIBUTING.md .github/ +.idea/ thumbs.db From dd1d76f72cc2c1952c2af1b0e196c61fdbcc233d Mon Sep 17 00:00:00 2001 From: "anand.pandey4" Date: Tue, 8 Oct 2024 06:14:49 +0530 Subject: [PATCH 3/3] first commit --- .idea/.gitignore | 8 -------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ hacktoberfest.iml | 11 ----------- 5 files changed, 39 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml delete mode 100644 hacktoberfest.iml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b81b..000000000 --- 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/misc.xml b/.idea/misc.xml deleted file mode 100644 index 5b3e76be4..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 0948ecc50..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 35eb1ddfb..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/hacktoberfest.iml b/hacktoberfest.iml deleted file mode 100644 index 6c69d7a9f..000000000 --- a/hacktoberfest.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file