From 58f246f1b3f3e30a4e3973fd71671746b1be686b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 3 Feb 2021 13:15:27 -0800 Subject: [PATCH] Ignore .env file This will give me somewhere to put the oauth creds while I'm developing --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e349301..fec6f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ slack-status slack-status-cli dist/ +.env