diff --git a/.gitignore b/.gitignore index dcb29ee..485b8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ !.circleci/config.yml !.c9build.sh !.testspace.txt +!fake-feature.txt diff --git a/fake-feature.txt b/fake-feature.txt new file mode 100644 index 0000000..7264db7 --- /dev/null +++ b/fake-feature.txt @@ -0,0 +1 @@ +This is a fake feature for demostration purposes only! \ No newline at end of file