From cb1d34a970b31c018e24315ca7f0a4005073dc7b Mon Sep 17 00:00:00 2001 From: Nakul Manchanda Date: Wed, 10 Apr 2019 12:10:28 -0500 Subject: [PATCH] added steps to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8294aeb..610fc67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ coverage/ node_modules/ .vscode/ -output \ No newline at end of file +output +steps.md \ No newline at end of file