mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Exclude demo gif from extension build (#2481)
This commit is contained in:
parent
b8bf634fd2
commit
405e599206
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ vsc-extension-quickstart.md
|
|||
**/.vscode-test.*
|
||||
|
||||
# Custom
|
||||
demo.gif
|
||||
.nvmrc
|
||||
.gitattributes
|
||||
.prettierignore
|
||||
|
|
@ -51,6 +50,8 @@ webview-ui/node_modules/**
|
|||
# Include default themes JSON files used in getTheme
|
||||
!src/integrations/theme/default-themes/**
|
||||
|
||||
# Ignore doc assets
|
||||
assets/docs/**
|
||||
# Include icons and images
|
||||
!assets/icons/**
|
||||
!assets/images/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue