microsoft/hve-core

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
1ca6269c0fbe331354eef3329846e434d22d90bf

Branches

Tags

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

Clone

HTTPS

Download ZIP

extension/.vscodeignore

29lines · modepreview

# Exclude everything by default
**

# Include only the extension essentials
!.github/prompts/**
!.github/instructions/**
!.github/agents/**
!.github/skills/**
!docs/templates/**
!scripts/lib/Modules/CIHelpers.psm1
!scripts/security/**
!icon.png
!package.json
!README.md
!LICENSE
!CHANGELOG.md

# Exclude Python/dev artifacts from skills
**/.venv/**
**/.ruff_cache/**
**/.pytest_cache/**
**/__pycache__/**
**/*.pyc

# Exclude collection-specific READMEs (only the canonical README.md ships)
README.*.md

# Exclude collection-specific package templates (only the canonical package.json ships)
package.*.json