From 0825d58338d00f454796e449ae124f8d41b131f3 Mon Sep 17 00:00:00 2001 From: PRINCEKAY02 Date: Mon, 7 Sep 2026 15:28:00 +0100 Subject: [PATCH] chore: add gitignore and update contributors --- .gitignore | 15 --------------- CONTRIBUTORS.md | 7 +++++++ 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 8670c6d..8b5e6ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,3 @@ -node_modules/ -dist/ -.env -.env.local -.DS_Store -*.log -coverage/ -.next/ -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? - - # node_modules/ # dist/ # .env diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e001864..70e4331 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -114,3 +114,10 @@ - **Contribution:** Cloud & DevOps Foundation – Phase 2 Project - **Date:** 2026-09-07 - **One thing I learned:** I'm familiar now on how Git branching works, as well as the standard process for contributing to another person's GitHub repository or in an open source project. + +# ## Hamzat Qudus Kayode +# - **GitHub:** @PRINCEKAY02 +# - **Contribution:** Cloud & DevOps Foundation – Phase 2 Project +# - **Date:** 2026-09-07 +# - **One thing I learned:** I now understand why forking a Github repository is important when contributing to an open source project. If I dont have permission to push directly to the original repository, I can fork it to my Github account, make my changes there and then submit a Pull Request to the original repository. +# \ No newline at end of file