diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..f6d44a54 --- /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 additional configurations +found a couple of more config values that are needed 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 diff --git a/feature4/feature4.txt b/feature4/feature4.txt new file mode 100644 index 00000000..5b552d47 --- /dev/null +++ b/feature4/feature4.txt @@ -0,0 +1 @@ +starting work on feature4 diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..8ff644e2 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:567 + +config3:xyz diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..6309e1e1 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,6 @@ +feature 1 implementation + +feature 2 implementation +adding abitlity to handle multiple widgits + +feature 3 implementation diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..283adbe0 --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,11 @@ +This is utility + +there are several different features +1 +2 +3 + +and multiple configs +a +b +c