diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..fa157e59 --- /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 \ No newline at end of file diff --git a/feature3/feature3.txt b/feature3/feature3.txt new file mode 100644 index 00000000..8fd1597e --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +feature3 implementation diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..f7a19237 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:234 + +config3:xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..a1d1f768 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,6 @@ +feature 1 implementation + +feature 2 implementation +adding ability to handle multiple widgits + +feature 3 implementation 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