microsoft/hve-core

Public

mirrored from https://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/update-powershell-tests-scripts

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

extension/.vscodeignore

14lines · modecode

1# Exclude everything by default
2**
3
4# Include only the extension essentials
5!.github/prompts/**
6!.github/instructions/**
7!.github/agents/**
8!docs/templates/**
9!scripts/dev-tools/**
10!scripts/lib/Modules/CIHelpers.psm1
11!package.json
12!README.md
13!LICENSE
14!CHANGELOG.md
15