From 56d9cfe940837aa0a76c9d01838ec5fd836acd6e Mon Sep 17 00:00:00 2001 From: AKnejad <46656904+AKnejad@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:42:20 -0500 Subject: [PATCH 1/5] Create config.txt --- config.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..d0c56c3d --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +Some configuration that were checked in after init +need to pull this file down From 67d9a84a0c247b3be9e1d5caf82d1f11d76950a2 Mon Sep 17 00:00:00 2001 From: Ali Khajoueenejad Date: Mon, 17 Feb 2025 10:47:18 -0500 Subject: [PATCH 2/5] add some additional configuration --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index d0c56c3d..a99284e4 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ Some configuration that were checked in after init need to pull this file down +add additional configuration From f2cf66a7cf5791529eba7e95da26ac9027e1553a Mon Sep 17 00:00:00 2001 From: AKnejad <46656904+AKnejad@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:50:16 -0500 Subject: [PATCH 3/5] 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..c12d85ac --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +feature3 implementation From e48e3ad0319813ac5a7c8ee016cddf4481f92634 Mon Sep 17 00:00:00 2001 From: Ali Khajoueenejad Date: Mon, 17 Feb 2025 11:35:22 -0500 Subject: [PATCH 4/5] adding additional config values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index a99284e4..a0f0e3db 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ Some configuration that were checked in after init need to pull this file down add additional configuration +found a couple of more config values that are needed From e85494316e94d16fb87365b00c806886713be593 Mon Sep 17 00:00:00 2001 From: Ali Khajoueenejad Date: Mon, 17 Feb 2025 12:34:49 -0500 Subject: [PATCH 5/5] utility feature --- util/config.txt | 5 +++++ util/feature.txt | 5 +++++ util/utility.txt | 11 +++++++++++ 3 files changed, 21 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..370a3cc3 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +config.123 + +config.abc + +config.xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..b8127737 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,5 @@ +feature 1 implementation + +feature 2 implementation + +feature 3 implementation \ No newline at end of file diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..b9a85b29 --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,11 @@ +This is a utility + +there are several different features +1 +2 +3 + +and multiple config +a +b +c