On Thu Apr 24, 2025 at 12:54 PM CEST, Shan Shaji wrote: > Omit `devtools_options.yaml` file and generated dart files > from source control. > > `devtools_options.yaml` file is a config file for storing the > extension enablement states of flutter dev tools. By adding > `devtools_options.yaml` > as an entry in the `.gitignore` file, the configurations will be seperate for > each developer.
just a small nit, the two lines above are longer than the 72 characters suggested by our commit message style guide [1]. please make sure that whatever editor you use enforce the hard line wrapping here correctly :) [1]: https://pve.proxmox.com/wiki/Developer_Documentation#Commits_and_Commit_Messages > > Signed-off-by: Shan Shaji <s.sh...@proxmox.com> > --- > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 3c88cc5..5e91008 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -43,3 +43,6 @@ app.*.map.json > /android/app/debug > /android/app/profile > /android/app/release > + > +*.g.dart > +devtools_options.yaml > \ No newline at end of file _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel