diff --git a/app/components/chat/GitCloneButton.tsx b/app/components/chat/GitCloneButton.tsx index 62ed6906..6f573a49 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/**',