microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
main

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/.vscodeignore

29lines · 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!scripts/security/**
12!icon.png
13!package.json
14!README.md
15!LICENSE
16!CHANGELOG.md
17
18# Exclude Python/dev artifacts from skills
19**/.venv/**
20**/.ruff_cache/**
21**/.pytest_cache/**
22**/__pycache__/**
23**/*.pyc
24
25# Exclude collection-specific READMEs (only the canonical README.md ships)
26README.*.md
27
28# Exclude collection-specific package templates (only the canonical package.json ships)
29package.*.json
30