With the Dart 2.14 release, pub now support a .pubignore file similar to .gitignore.
The docs don't seem to mention what's appropriate to include in it... are there any guidelines?
My immediate thought is that I shouldn't include tests, which currently get published with my packages. And probably other dev-related stuff that's not needed when just compiling the production code?!
Is this correct? Any other things that are good to ignore?