From 04f0dec1d724cb69d183c15a3315a99bb28b61f9 Mon Sep 17 00:00:00 2001 From: Francesco Pezzino Date: Tue, 16 Jan 2024 00:32:26 +0100 Subject: [PATCH 1/6] 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..3e249461 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +some configuration that were checked in after init +need to pull this file down From 72a0d2f2356cb3dcbf81c489d5d4ba2a26fbcabc Mon Sep 17 00:00:00 2001 From: francescopezzino Date: Tue, 16 Jan 2024 00:35:39 +0100 Subject: [PATCH 2/6] added some additional config values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 3e249461..eb4542c9 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 +adding some additional configuration From 666a89d38c5fe739503faed071cd432fcb42eae0 Mon Sep 17 00:00:00 2001 From: Francesco Pezzino Date: Tue, 16 Jan 2024 00:44:07 +0100 Subject: [PATCH 3/6] 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..adaeea24 --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +feature3 ikmplementation From b1d56fb0d0e594f9d492d38efb802ee2ef5575a0 Mon Sep 17 00:00:00 2001 From: francescopezzino Date: Tue, 16 Jan 2024 00:45:43 +0100 Subject: [PATCH 4/6] adding additional config values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index eb4542c9..73fe814a 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 adding some additional configuration +found a couple of more config values that are needed From 6a0c791a40988fa295705ee9428fc7016891389c Mon Sep 17 00:00:00 2001 From: francescopezzino Date: Tue, 16 Jan 2024 00:54:34 +0100 Subject: [PATCH 5/6] some more values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 73fe814a..f5a495e3 100644 --- a/config.txt +++ b/config.txt @@ -2,3 +2,4 @@ some configuration that were checked in after init need to pull this file down adding some additional configuration found a couple of more config values that are needed +adding some more From a94f70c43466aff737c24b07aaddd6a6849b99a3 Mon Sep 17 00:00:00 2001 From: francescopezzino Date: Tue, 16 Jan 2024 12:30:34 +0100 Subject: [PATCH 6/6] 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..8870195c --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +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..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..50329efa --- /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 \ No newline at end of file