From 0ab6f9b45e4a264920e7c065af95daf0927416fb Mon Sep 17 00:00:00 2001 From: Rachel Hu Date: Fri, 1 Mar 2024 15:42:17 -0800 Subject: [PATCH] Update .gitignore to exclude credentials.json and tokens.json --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0cd80be1..71503471 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,7 @@ example/flex/ # retrieval temp/ + +# google workspace json +credentials.json +token.json \ No newline at end of file