From a91112b60abda87cc799a849ee7a534bc50c09ea Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 6 Jan 2022 19:27:14 -0800 Subject: [PATCH] Ignore the .gsheets.env file if it exists I've had this around for some utility code and don't want "git status" saying anything about it. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ed8177..9a4f2a7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ turbot.wsgi .slack-creds.env .gsheets-creds.json .gsheets-pickle.base64 +.gsheets.env __pycache__ -- 2.43.0