mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add to .vscodeignore
This commit is contained in:
parent
2e52b1c368
commit
6df2b20f2d
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