codacus commited on
Commit
9eca2cf
·
1 Parent(s): 79f3aae

skipped images

Browse files
app/components/chat/GitCloneButton.tsx CHANGED
@@ -7,6 +7,10 @@ const IGNORE_PATTERNS = [
7
  'node_modules/**',
8
  '.git/**',
9
  '.github/**',
 
 
 
 
10
  'dist/**',
11
  'build/**',
12
  '.next/**',
 
7
  'node_modules/**',
8
  '.git/**',
9
  '.github/**',
10
+ '.vscode/**',
11
+ '**/*.jpg',
12
+ '**/*.jpeg',
13
+ '**/*.png',
14
  'dist/**',
15
  'build/**',
16
  '.next/**',