microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
a3acef32dec8d8ac8051793df3686007a92266cd

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/.vscodeignore

28lines · 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 Python/dev artifacts from skills
18**/.venv/**
19**/.ruff_cache/**
20**/.pytest_cache/**
21**/__pycache__/**
22**/*.pyc
23
24# Exclude collection-specific READMEs (only the canonical README.md ships)
25README.*.md
26
27# Exclude collection-specific package templates (only the canonical package.json ships)
28package.*.json
29