diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..58bdca35 --- /dev/null +++ b/config.txt @@ -0,0 +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 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 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