From 82e76788f8d571ec46e68653e026fcddeb6db6c2 Mon Sep 17 00:00:00 2001 From: Manu8284-hub Date: Tue, 25 Mar 2025 20:59:20 +0530 Subject: [PATCH 1/4] added contribution .txt with improvement idea --- contribution.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 contribution.txt diff --git a/contribution.txt b/contribution.txt new file mode 100644 index 0000000..b10266c --- /dev/null +++ b/contribution.txt @@ -0,0 +1 @@ +one idea for improving the project \ No newline at end of file From 7597274c366159d3016515f700f6c71ac05d51a6 Mon Sep 17 00:00:00 2001 From: Manu8284-hub Date: Tue, 25 Mar 2025 21:05:14 +0530 Subject: [PATCH 2/4] Added .gitignore to ignore logs and temp directory --- .gitignore | Bin 14 -> 30 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index c2658d7d1b31848c3b71960543cb0368e56cd4c7..dbaf1d8c0e42ed7f2bc3b637741aa50e69de7457 100644 GIT binary patch literal 30 icmezWPm4j1A%`KKA)SGjfs3JpA(bJQp@2aj%mV;*f(5Gp literal 14 Vcmd1HPf3l>%}*)KNiEjr0stzi1vmfz From 97fda3a80b07f901aba059c114a4e87373a780c2 Mon Sep 17 00:00:00 2001 From: Manu8284-hub Date: Tue, 25 Mar 2025 21:07:53 +0530 Subject: [PATCH 3/4] Added .gitignore to ignore logs and temp directory --- ignore.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ignore.gitignore diff --git a/ignore.gitignore b/ignore.gitignore new file mode 100644 index 0000000..b019b2a --- /dev/null +++ b/ignore.gitignore @@ -0,0 +1,2 @@ +echo "*.log" > .gitignore +echo "temp/" >> .gitignore From 22bf8e6dc973d9ee70a50785dad41923f2a8b83b Mon Sep 17 00:00:00 2001 From: Manu8284-hub Date: Tue, 25 Mar 2025 21:09:34 +0530 Subject: [PATCH 4/4] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..129b438 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ + +1. Clone the repository +2. Install dependencies (if any) +3. Run the project