We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f494dde commit 69fbf21Copy full SHA for 69fbf21
1 file changed
docs/copilot-instructions.md
@@ -72,7 +72,7 @@ The full list of supported rules per standard is published as
72
Autofix pull requests must only change source files that are part of the
73
checked-in project. They must **not** include:
74
75
-- Build directories or files generated during compilation.
+- Build directories or files generated during compilation (`.build/`, etc.).
76
- Editor / IDE state (`.vscode/`, `.idea/`, `.DS_Store`, etc.).
77
- **`.gitignore` itself.** Do not add, remove, or reorder entries in
78
`.gitignore` as part of an autofix.
0 commit comments