Skip to content

Commit a78d6f4

Browse files
lavenzgmeta-codesync[bot]
authored andcommitted
Exclude metainternal from C++ API snapshots (#56545)
Summary: Pull Request resolved: #56545 Add */metainternal/* to top-level exclude_patterns in the C++ API snapshot config. This directory may contain internal headers that are not part of the public React Native C++ API surface. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D101879633 fbshipit-source-id: a0118c146ba6eca667671bd572cd39c59e339469
1 parent e01a329 commit a78d6f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/cxx-api/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exclude_patterns:
66
- "*/test/*"
77
- "*/test_helper/*"
88
- "*/stubs/*"
9+
- "*/metainternal/*"
910

1011
exclude_symbols:
1112
- "Fantom"

0 commit comments

Comments
 (0)