From 60623a8cba9e5f26e6408af2486373fe7f04628a Mon Sep 17 00:00:00 2001 From: AbeerAhmad2003 <109420702+AbeerAhmad2003@users.noreply.github.com> Date: Sun, 6 Jul 2025 00:10:08 +0300 Subject: [PATCH 1/4] Create config.txt --- config.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..2cc64d53 --- /dev/null +++ b/config.txt @@ -0,0 +1 @@ +helloo this is new file From 70a7fb7c5d0e11e3f21efed25af3cf9ea7bd2cd7 Mon Sep 17 00:00:00 2001 From: AbeerAhmad2003 Date: Sun, 6 Jul 2025 00:13:57 +0300 Subject: [PATCH 2/4] added some additional congig values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 2cc64d53..28afaf13 100644 --- a/config.txt +++ b/config.txt @@ -1 +1,2 @@ helloo this is new file +i make an update here From c66a02d82dd36766840134fb28817868ddb39d39 Mon Sep 17 00:00:00 2001 From: AbeerAhmad2003 <109420702+AbeerAhmad2003@users.noreply.github.com> Date: Sun, 6 Jul 2025 00:18:13 +0300 Subject: [PATCH 3/4] Create feature3.txt --- feature3/feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3/feature3.txt diff --git a/feature3/feature3.txt b/feature3/feature3.txt new file mode 100644 index 00000000..df69e991 --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +this is feature3 From 746c0f23872310f01c5962f6278b58c8c322bfce Mon Sep 17 00:00:00 2001 From: AbeerAhmad2003 Date: Sun, 6 Jul 2025 21:00:46 +0300 Subject: [PATCH 4/4] utility feature --- util/config.txt | 3 +++ util/feature.txt | 3 +++ util/utility.txt | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100644 util/config.txt create mode 100644 util/feature.txt create mode 100644 util/utility.txt diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..a1c39da4 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,3 @@ +config1:abc +config2:123 +config3:xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..00712e5d --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,3 @@ +feature1:imp +feature2:imp +feature3:imp \ No newline at end of file diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..62f8700d --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,10 @@ +this is utility + +there are several diffrenet features +1 +2 +3 +and multiple congis +a +b +c \ No newline at end of file