From 41232b1931129e711bc265a52c01ef7be29367fc Mon Sep 17 00:00:00 2001 From: TullyWilliams <65621531+TullyWilliams@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:19:58 -0400 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..2b46aac8 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +some configurations that were checked in after init +need to pull this file down From 17bf972436125f1bf80c6588162fd4f2e7f3d1f9 Mon Sep 17 00:00:00 2001 From: tullywilliams Date: Sun, 12 Oct 2025 15:23:20 -0400 Subject: [PATCH 2/5] added some additional config values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 2b46aac8..6a0cc3d4 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ some configurations that were checked in after init need to pull this file down +adding some additinal configurations From 6d9b3b8814c1bb3dc990f0649551f9d1e756127f Mon Sep 17 00:00:00 2001 From: TullyWilliams <65621531+TullyWilliams@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:34:34 -0400 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 51e29508c2abda0052dd475b04b9ab8321996d86 Mon Sep 17 00:00:00 2001 From: tullywilliams Date: Sun, 12 Oct 2025 15:36:00 -0400 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 6a0cc3d4..67a56563 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ some configurations that were checked in after init need to pull this file down adding some additinal configurations +found a couple of more config values that are needed From 5bbc105f6338d734c53889c756cfae3e1d8c77a6 Mon Sep 17 00:00:00 2001 From: tullywilliams Date: Sun, 12 Oct 2025 16:39:05 -0400 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..bcd15428 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:123 + +config3:xyz diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..a82bb0e4 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,5 @@ +feature 1 implementation + +feature 2 implementation + +feature 3 implementation diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..392df467 --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,11 @@ +This is a utility + +there are several different features +1 +2 +3 + +and multiple configs +a +b +c