mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #1049 from RooVetGit/update_vscodeignore
Add to .vscodeignore
This commit is contained in:
commit
9df50b4c8d
1 changed files with 6 additions and 1 deletions
|
|
@ -21,6 +21,11 @@ demo.gif
|
|||
.nvmrc
|
||||
.gitattributes
|
||||
.prettierignore
|
||||
.clinerules*
|
||||
.roomodes
|
||||
cline_docs/**
|
||||
coverage/**
|
||||
out-integration/**
|
||||
|
||||
# Ignore all webview-ui files except the build directory (https://github.com/microsoft/vscode-webview-ui-toolkit-samples/blob/main/frameworks/hello-world-react-cra/.vscodeignore)
|
||||
webview-ui/src/**
|
||||
|
|
@ -41,4 +46,4 @@ webview-ui/node_modules/**
|
|||
!src/integrations/theme/default-themes/**
|
||||
|
||||
# Include icons
|
||||
!assets/icons/**
|
||||
!assets/icons/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue