From ef3a8418129d3c1431a7346f077a9f71c9d321ee Mon Sep 17 00:00:00 2001 From: Ching L Date: Thu, 11 Sep 2025 15:49:20 +0800 Subject: [PATCH] chore(gitignore): add credentials.json to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 68d9278..1dd10d6 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ cython_debug/ #.idea/ tasks.db +credentials.json \ No newline at end of file