From 44aace554e32b5f86f768ec885a92e483a7f688a Mon Sep 17 00:00:00 2001 From: weekendatbirneys Date: Sat, 4 May 2024 11:36:37 -0700 Subject: [PATCH] add settings.json to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a242d12..f9bbfaf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ credentials.json log.txt error.txt -example.json \ No newline at end of file +example.json +settings.json \ No newline at end of file