From 7549efaa7842d375f88a2739a078e5b0207d7a53 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 14 Sep 2016 15:57:41 -0400 Subject: [PATCH] Added gitignore to project --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58fd493 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# we're using this directory for testing, so we shouldn't copy it +formulas/ + +# we don't want to copy a real sfm.yaml file +sfm.yaml