Skip to content

Commit 69fbf21

Browse files
authored
Clarify autofix pull request restrictions
1 parent f494dde commit 69fbf21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The full list of supported rules per standard is published as
7272
Autofix pull requests must only change source files that are part of the
7373
checked-in project. They must **not** include:
7474

75-
- Build directories or files generated during compilation.
75+
- Build directories or files generated during compilation (`.build/`, etc.).
7676
- Editor / IDE state (`.vscode/`, `.idea/`, `.DS_Store`, etc.).
7777
- **`.gitignore` itself.** Do not add, remove, or reorder entries in
7878
`.gitignore` as part of an autofix.

0 commit comments

Comments
 (0)