From 3bac2432515e8cc04340108f44dbcab6cc3b160c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Wed, 13 Mar 2024 20:13:18 +0100 Subject: [PATCH] Gitignore => Update --- ExpressAPI/.idea/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExpressAPI/.idea/.gitignore b/ExpressAPI/.idea/.gitignore index 13566b8..a9d7db9 100644 --- a/ExpressAPI/.idea/.gitignore +++ b/ExpressAPI/.idea/.gitignore @@ -6,3 +6,5 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +# GitHub Copilot persisted chat sessions +/copilot/chatSessions -- GitLab