diff --git a/app/components/chat/GitCloneButton.tsx b/app/components/chat/GitCloneButton.tsx index 6f573a4..ddecdc8 100644 --- a/app/components/chat/GitCloneButton.tsx +++ b/app/components/chat/GitCloneButton.tsx @@ -24,6 +24,7 @@ const IGNORE_PATTERNS = [ '**/yarn-debug.log*', '**/yarn-error.log*', '**/*lock.json', + '**/*lock.yaml', ]; const ig = ignore().add(IGNORE_PATTERNS);