There was an error while loading. Please reload this page.
1 parent abf546f commit bbf5f3aCopy full SHA for bbf5f3a
1 file changed
poly.toml
@@ -35,6 +35,14 @@ exclude = [
35
"**/*.diff",
36
"**/*.patch",
37
"**/frb_generated.rs",
38
+ # Sibling outputs of the same flutter_rust_bridge run as `frb_generated.rs` above, plus
39
+ # the cbindgen headers. All are generator-owned: `cargo build` re-emits the headers and
40
+ # `flutter_rust_bridge_codegen` re-emits the dart, both unformatted. Committing a
41
+ # poly-formatted copy is an unstable equilibrium -- the next local build reverts it and
42
+ # the Format check goes red again. Let the generator's output be authoritative. ~keep
43
+ "**/xberg_bridge_generated/**",
44
+ "crates/xberg-ffi/include/*.h",
45
+ "packages/go/include/*.h",
46
"charts/**",
47
"plugin/.claude-plugin/**",
48
"plugin/.codex-plugin/**",
0 commit comments