From 9eca2cfa3b8ae7c13aca2959cf69900d9210629d Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Tue, 3 Dec 2024 12:54:49 +0530 Subject: [PATCH] skipped images --- app/components/chat/GitCloneButton.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/components/chat/GitCloneButton.tsx b/app/components/chat/GitCloneButton.tsx index 62ed690..6f573a4 100644 --- a/app/components/chat/GitCloneButton.tsx +++ b/app/components/chat/GitCloneButton.tsx @@ -7,6 +7,10 @@ const IGNORE_PATTERNS = [ 'node_modules/**', '.git/**', '.github/**', + '.vscode/**', + '**/*.jpg', + '**/*.jpeg', + '**/*.png', 'dist/**', 'build/**', '.next/**',