From 509586e3f3a3545e38455d399841b11385139e74 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 20 May 2019 20:45:01 -0700 Subject: [PATCH] Adding log dir --- .gitignore | 2 +- logs/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 logs/README.md diff --git a/.gitignore b/.gitignore index dd01b51..4848434 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ ### Node ### # Logs -logs +#logs *.log npm-debug.log* diff --git a/logs/README.md b/logs/README.md new file mode 100644 index 0000000..070528a --- /dev/null +++ b/logs/README.md @@ -0,0 +1 @@ +This directory will hold the Winston daily logs. Any files saved to this directory will be ignored by Git.