vscode-opa icon indicating copy to clipboard operation
vscode-opa copied to clipboard

Don't include .git directory in bundle

Open anderseknert opened this issue 1 year ago • 2 comments

And optionally, allow setting other --ignore directives via config.

Screenshot 2023-05-26 at 12 56 48

anderseknert avatar May 26 '23 11:05 anderseknert

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 avatar Oct 25 '23 14:10 Ronnie-personal

@Ronnie-personal sounds good!

anderseknert avatar Oct 25 '23 15:10 anderseknert