vscode-opa
vscode-opa copied to clipboard
Don't include .git directory in bundle
And optionally, allow setting other --ignore
directives via config.
Hi @anderseknert I would think these are the required code changes for this issue:
- Add opa.ignore to 'README.md' and 'src/extension.ts'
- Add '--ignore .git' to https://github.com/patrick-east/vscode-opa/blob/0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de/src/opa.ts#L194
Can you please let me know if I'm heading in the right direction? Thanks!
@Ronnie-personal sounds good!