From 826b222e0c0eeb6abead0ff80e3597ad3a64931d Mon Sep 17 00:00:00 2001 From: Mark Underseth Date: Fri, 23 Jun 2017 15:29:15 +0000 Subject: [PATCH] example branch --- .gitignore | 1 + feature-branch.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 feature-branch.txt diff --git a/.gitignore b/.gitignore index 92e9927..cec8bfa 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ !.circleci/config.yml !.c9build.sh !.testspace.txt +!feature-branch.txt diff --git a/feature-branch.txt b/feature-branch.txt new file mode 100644 index 0000000..1e426d1 --- /dev/null +++ b/feature-branch.txt @@ -0,0 +1 @@ +Fake feature branch for example only \ No newline at end of file