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..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..3a4d832c --- /dev/null +++ b/feature4/feature4.txt @@ -0,0 +1 @@ +starting work on feature4 \ No newline at end of file diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..501fc497 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,3 @@ +config1:abc +config2:567 +config3:xyz \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..29f034b5 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,4 @@ +feature 1 implementation +feature 2 implementation +adding ability to handle multiple widgits +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..d6cee99e --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,9 @@ +This is a utility +there are several different features +1 +2 +3 +and multiple configs +a +b +c \ No newline at end of file