diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..f700e134 --- /dev/null +++ b/config.txt @@ -0,0 +1,4 @@ +some configurations that were checked in after init +need to pull this file down +adding adional configuration +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..3a4d832c --- /dev/null +++ b/feature4/feature4.txt @@ -0,0 +1 @@ +starting work on feature4 \ No newline at end of file diff --git a/feature4/util/config.txt b/feature4/util/config.txt new file mode 100644 index 00000000..8870195c --- /dev/null +++ b/feature4/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:123 + +config3:xyz \ No newline at end of file diff --git a/feature4/util/feature.txt b/feature4/util/feature.txt new file mode 100644 index 00000000..b8127737 --- /dev/null +++ b/feature4/util/feature.txt @@ -0,0 +1,5 @@ +feature 1 implementation + +feature 2 implementation + +feature 3 implementation \ No newline at end of file diff --git a/feature4/util/utility.txt b/feature4/util/utility.txt new file mode 100644 index 00000000..ca4602c4 --- /dev/null +++ b/feature4/util/utility.txt @@ -0,0 +1,10 @@ +This is a utility + +the are several different features +1 +2 +3 +and multiple congifs +a +b +c \ No newline at end of file