From 40d5fc5d41349cf57fa41095305719690e0bbc62 Mon Sep 17 00:00:00 2001 From: Scott Pickett Date: Mon, 12 Feb 2024 14:35:26 -0700 Subject: [PATCH] correct .gitignore syntax --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0beec50..8acee02 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,6 @@ /flask/logs /.vscode # .env removed for docker config directives -.jsonk +*.jsonk