Skip to content

Commit 0ddfa4d

Browse files
authored
.direnv directory should not be packaged (#2464)
If somebody uses direnv tool, the `.direnv` directory is created, that contains some data and especially some symlinks. Symlinks makes `vsce` to fail zipping the built VSIX. Generally `.direnv` should not be added to the resulting VSIX, therefore I add it to .vscodeignore.
1 parent 82bf3dc commit 0ddfa4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cline_docs/**
3131
coverage/**
3232
locales/**
3333
benchmark/**
34+
.direnv/**
3435

3536
# 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)
3637
webview-ui/src/**

0 commit comments

Comments
 (0)