From cac2c5e643b65fb0a68f837870c81a33dc5791a2 Mon Sep 17 00:00:00 2001 From: Rain Date: Thu, 15 Apr 2021 15:22:30 -0400 Subject: [PATCH] Ignore client secrets --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b4a55d..706ba44 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,6 @@ dmypy.json # .nfs files are created when an open file is removed but is still being accessed .nfs* +# It's a secret to everyone +feed2toot_clientcred.txt +feed2toot_usercred.txt