`.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.