From: Carl Worth Date: Fri, 7 Jan 2022 03:27:14 +0000 (-0800) Subject: Ignore the .gsheets.env file if it exists X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=a91112b60abda87cc799a849ee7a534bc50c09ea 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. --- 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__