| 1 | # Exclude everything by default |
| 2 | ** |
| 3 | |
| 4 | # Include only the extension essentials |
| 5 | !.github/prompts/** |
| 6 | !.github/instructions/** |
| 7 | !.github/agents/** |
| 8 | !docs/templates/** |
| 9 | !scripts/dev-tools/** |
| 10 | !scripts/lib/Modules/CIHelpers.psm1 |
| 11 | !package.json |
| 12 | !README.md |
| 13 | !LICENSE |
| 14 | !CHANGELOG.md |
| 15 | |