diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..af00dce4 --- /dev/null +++ b/config.txt @@ -0,0 +1,4 @@ +We are going to add some configurations that were checked in after init +We shall need to pul this file down +Making additional changes into the file +Further changes to the config file \ No newline at end of file diff --git a/feature 3/feature3.txt b/feature 3/feature3.txt new file mode 100644 index 00000000..a594aca4 --- /dev/null +++ b/feature 3/feature3.txt @@ -0,0 +1 @@ +Feature 3 implimentation diff --git a/utilities/config.txt b/utilities/config.txt new file mode 100644 index 00000000..3c31fcd2 --- /dev/null +++ b/utilities/config.txt @@ -0,0 +1,4 @@ +Config 1 : implementation + +Config 2 : implementation + diff --git a/utilities/feature.txt b/utilities/feature.txt new file mode 100644 index 00000000..c8799a16 --- /dev/null +++ b/utilities/feature.txt @@ -0,0 +1,5 @@ +feature 1 : implementation + +feature 2 : implementation + +feature 3 : implementation \ No newline at end of file diff --git a/utilities/util.txt b/utilities/util.txt new file mode 100644 index 00000000..3b43d702 --- /dev/null +++ b/utilities/util.txt @@ -0,0 +1,5 @@ +util a + +util b + +util c \ No newline at end of file