microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
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) |
| 18 | README.*.md |
| 19 | |
| 20 | # Exclude collection-specific package templates (only the canonical package.json ships) |
| 21 | package.*.json |
| 22 | |