From 798c4b1231a99f15b72c300362cf561b8cd17cb5 Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sat, 7 Nov 2020 19:14:42 +0100 Subject: [PATCH] ignore all json to avoid credentials leak --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6c421a2..f29a0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ bearer.json mail_credentials.json test.* __pycache__/ +*.json