From 9fa3497f4a76001b744774a8cbe675013e8ce8c6 Mon Sep 17 00:00:00 2001 From: Matthieu Foucault Date: Wed, 16 Sep 2020 12:03:29 -0700 Subject: [PATCH] Exclude msteams_session.json from git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e3ba009e..66e68258 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ # Exclude configuration file matterbridge.toml + +# Exclude session file created by MSTeams bridge +msteams_session.json \ No newline at end of file