From 1bfb6dae10829da78d751d3038c52355140a3fe4 Mon Sep 17 00:00:00 2001 From: Tristan Le Chanony Date: Fri, 3 Jan 2020 07:31:37 +0100 Subject: [PATCH] Ignore config.txt and secrets.txt --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e61bca2..7f965ec 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,5 @@ dmypy.json # Pyre type checker .pyre/ +config.txt +secrets/secrets.txt