From 9780cda71aaf6e1a9317de0a95e6edf885bc88fa Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 4 Dec 2020 11:18:08 +0100 Subject: [PATCH] Added google_calendars.yaml to ignore list --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3644263a..5f118551 100644 --- a/.gitignore +++ b/.gitignore @@ -9,8 +9,6 @@ image/ tts/ # Credentials Files & Token -.google_maps_location_sharing.cookies.* -.google.token .mercedesme* credentials/ html5_push_registrations.conf @@ -29,6 +27,11 @@ themes/ www/community git_repos/ +# Google Integrations +.google_maps_location_sharing.cookies.* +.google.token +google_calendars.yaml + # VS Code .vscode -- 2.47.3