Skip to content

Commit 15e9917

Browse files
Clarify exclusion rules for bin directory files (#60838)
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 8523b7b commit 15e9917

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

content/copilot/reference/review-excluded-files.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ Files matching these patterns are also excluded:
7979
* `**/*.map`
8080
* `**/out/**/*`
8181
* `**/vendor/**/*`
82-
* `**/bin/**/*`
8382
* `**/generated/**/*`
8483
* `**/generated-sources/**/*`
84+
* `**/bin/**/*`
85+
86+
> [!NOTE]
87+
> Rust files matching `**/bin/**/*.rs` _are_ included for review.

0 commit comments

Comments
 (0)