From 4aa29ee97ea1689b8bdd21cd7b6e0f48e7a67fba Mon Sep 17 00:00:00 2001 From: FilimonRazvan <125024992+FilimonRazvan@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:48:52 +0200 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 697337b563ac3ac34e7f599e89d1e2c6278eada1 Mon Sep 17 00:00:00 2001 From: Razvan Filimon Date: Tue, 28 Feb 2023 10:52:43 +0200 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..de05e538 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 aditional configurations From eef219d61b76ddff2393c121dab58b33a6047dce Mon Sep 17 00:00:00 2001 From: FilimonRazvan <125024992+FilimonRazvan@users.noreply.github.com> Date: Tue, 28 Feb 2023 10:54:13 +0200 Subject: [PATCH 3/5] Create feature3.txt --- feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3.txt diff --git a/feature3.txt b/feature3.txt new file mode 100644 index 00000000..c12d85ac --- /dev/null +++ b/feature3.txt @@ -0,0 +1 @@ +feature3 implementation From d2f1a58417cbb0f016100ec3cbef2af16b9cf1c6 Mon Sep 17 00:00:00 2001 From: Razvan Filimon Date: Tue, 28 Feb 2023 10:55:30 +0200 Subject: [PATCH 4/5] adding aditional values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index de05e538..58bdca35 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 aditional configurations +found a couple of more config values that are needed From 4fc879eddf8000ab193ef56bb3bcc770ed98234d Mon Sep 17 00:00:00 2001 From: Razvan Filimon Date: Tue, 28 Feb 2023 11:24:57 +0200 Subject: [PATCH 5/5] utility feature --- feature4/util/config.txt | 3 +++ feature4/util/feature.txt | 3 +++ feature4/util/utility.txt | 11 +++++++++++ 3 files changed, 17 insertions(+) create mode 100644 feature4/util/config.txt create mode 100644 feature4/util/feature.txt create mode 100644 feature4/util/utility.txt diff --git a/feature4/util/config.txt b/feature4/util/config.txt new file mode 100644 index 00000000..df3c3fc0 --- /dev/null +++ b/feature4/util/config.txt @@ -0,0 +1,3 @@ +config1:abc +config2:123 +config3:xyz diff --git a/feature4/util/feature.txt b/feature4/util/feature.txt new file mode 100644 index 00000000..eb6ec953 --- /dev/null +++ b/feature4/util/feature.txt @@ -0,0 +1,3 @@ +feature1 implemantation +feature2 implementation +feature3 implementation diff --git a/feature4/util/utility.txt b/feature4/util/utility.txt new file mode 100644 index 00000000..6add9b16 --- /dev/null +++ b/feature4/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