-
FRB v2 adds a fair amount of files to the project, and I'm curious which of these should be omitted from version control, if any:
I couldn't find anything in the docs to indicate that any of these should or shouldn't be versioned. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I personally version control all, s.t. it is easy to see there is no magic at all. However, ignoring the auto-generated files are equally reasonable: You can gitignore the Feel free to create an issue s.t. I can track this and add a doc! |
Beta Was this translation helpful? Give feedback.
I personally version control all, s.t. it is easy to see there is no magic at all.
However, ignoring the auto-generated files are equally reasonable: You can gitignore the
*generated*
things, as well aslib/src/rust
, which are auto generated on eachflutter_rust_bridge_codegen generate
call.Feel free to create an issue s.t. I can track this and add a doc!