You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart SDK Version (dart --version): 2.19.2 (stable) (Tue Feb 7 18:37:17 2023 +0000) on "macos_x64"
We have a project that exhibits this issue and it seems to be related to the fact that we have a folder symlink as one of our test fixtures.
This project includes a .pubignore file that should be ignoring the entirety of test/. That appears to be working for everything except the above folder symlink, which shows up as a warning from dart pub publish --dry-run:
$ dart pub publish --dry-run
Package validation found the following potential issues:
* 1 checked-in file is ignored by a `.gitignore`.
Previous versions of Pub would include those in the published package.
Consider adjusting your `.gitignore` files to not ignore those files, and if you do not wish to
publish these files use `.pubignore`. See also dart.dev/go/pubignore
Files that are checked in while gitignored:
test/tools/fixtures/format/globs/links/lib-link
The text was updated successfully, but these errors were encountered:
dart --version
): 2.19.2 (stable) (Tue Feb 7 18:37:17 2023 +0000) on "macos_x64"We have a project that exhibits this issue and it seems to be related to the fact that we have a folder symlink as one of our test fixtures.
This project includes a
.pubignore
file that should be ignoring the entirety oftest/
. That appears to be working for everything except the above folder symlink, which shows up as a warning fromdart pub publish --dry-run
:The text was updated successfully, but these errors were encountered: