microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
hve-core-v3.2.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/.vscodeignore

21lines · modecode

1# Exclude everything by default
2**
3
4# Include only the extension essentials
5!.github/prompts/**
6!.github/instructions/**
7!.github/agents/**
8!.github/skills/**
9!docs/templates/**
10!scripts/lib/Modules/CIHelpers.psm1
11!icon.png
12!package.json
13!README.md
14!LICENSE
15!CHANGELOG.md
16
17# Exclude collection-specific READMEs (only the canonical README.md ships)
18README.*.md
19
20# Exclude collection-specific package templates (only the canonical package.json ships)
21package.*.json
22