angulardart-community / angular

Fast and productive web framework provided by Dart.
https://pub.dev/packages/ngdart
MIT License
114 stars 15 forks source link

Remove pubspec_overrides and .idea from tracking #43

Closed ykmnkmi closed 1 year ago

ykmnkmi commented 1 year ago

The reason for this PR is that running on a Windows system melos bs rewrites paths.

ykmnkmi commented 1 year ago

Oh, I forgot that part about CI.

ykmnkmi commented 1 year ago

Also, from 2.19.0 version CHANGELOG.md:

Update dart pub publish to allow dependency_overrides in pubspec.yaml. They will still cause a publication warning. Note that only dependency_overrides from the root package effect resolution.

GZGavinZhao commented 1 year ago

Ah okay. One thing I did in the past was to commit the pubspec_overrides.yaml file and then add it to .gitignore, so it will stay there but any changes to it will not be tracked. I'll verify if it still works this way.