Skip to content

Commit bb22283

Browse files
Add example exclude patterns to template apm.yml
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
1 parent f30fcc6 commit bb22283

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

templates/hello-world/apm.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,10 @@ dependencies:
1313
- danielmeppiel/design-guidelines # Accessibility rules + UI review workflows
1414
mcp:
1515
- microsoft/azure-devops-mcp
16+
17+
# Compilation configuration (optional)
18+
# compilation:
19+
# exclude:
20+
# - "apm_modules/**" # Exclude installed packages during compilation
21+
# - "tmp/**" # Exclude temporary files
22+
# - "**/test-fixtures/**" # Exclude test fixtures at any depth

0 commit comments

Comments
 (0)