From f8f365277ccbb47b267536931ead2c04cc1f9605 Mon Sep 17 00:00:00 2001 From: Lucas Oskorep Date: Mon, 18 Jul 2022 13:33:59 -0400 Subject: [PATCH] moving emails to config.json --- .gitignore | 4 ++-- config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ec9ccbf..9e19810 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .auth* config.json -./venv** -./idea** \ No newline at end of file +./venv +./idea \ No newline at end of file diff --git a/config.json b/config.json index 5e33f27..c17c3cb 100644 --- a/config.json +++ b/config.json @@ -1,3 +1,3 @@ [ - "(your email here)" + "loskorep@productiveedge.com" ] \ No newline at end of file