From ecce22943c169197e96630f3b9463a5d97bdc698 Mon Sep 17 00:00:00 2001 From: Reece Dunham Date: Sat, 30 Mar 2024 20:23:32 -0400 Subject: [PATCH] Add another file to the gitignore Signed-off-by: Reece Dunham --- .idea/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.idea/.gitignore b/.idea/.gitignore index b58b603f..452b2e92 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -3,3 +3,6 @@ /workspace.xml # Editor-based HTTP Client requests /httpRequests/ +# GitHub Copilot persisted chat sessions +/copilot/chatSessions +/AIAssistantCustomInstructionsStorage.xml