]> git.cworth.org Git - turbot/commitdiff
Ignore the .gsheets.env file if it exists
authorCarl Worth <cworth@cworth.org>
Fri, 7 Jan 2022 03:27:14 +0000 (19:27 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 7 Jan 2022 03:27:14 +0000 (19:27 -0800)
I've had this around for some utility code and don't want "git status"
saying anything about it.

.gitignore

index 0ed8177b3f8cc4277a4278474c5e60c7dbf253ad..9a4f2a78759058ba7a6f030bc58d63e7ddc8a228 100644 (file)
@@ -2,4 +2,5 @@ turbot.wsgi
 .slack-creds.env
 .gsheets-creds.json
 .gsheets-pickle.base64
+.gsheets.env
 __pycache__