Skip to content

Commit 6df2b20

Browse files
committed
Add to .vscodeignore
1 parent 2e52b1c commit 6df2b20

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscodeignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ demo.gif
2121
.nvmrc
2222
.gitattributes
2323
.prettierignore
24+
.clinerules*
25+
.roomodes
26+
cline_docs/**
27+
coverage/**
28+
out-integration/**
2429

2530
# 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)
2631
webview-ui/src/**
@@ -41,4 +46,4 @@ webview-ui/node_modules/**
4146
!src/integrations/theme/default-themes/**
4247

4348
# Include icons
44-
!assets/icons/**
49+
!assets/icons/**

0 commit comments

Comments
 (0)