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