lighthouse
lighthouse copied to clipboard
'assets:add' doesn't skip files starting with .
Describe the bug
The assets:add command doesn't skip hidden files as mentioned here.
To Reproduce Steps to reproduce the behavior:
- Run
lh assets:add - Open
pubspec.yaml - Added assets contain the
.DS_Storefile from macOS
flutter:
uses-material-design: true
assets:
- assets/.DS_Store
- assets/image.jpg
...
Expected behavior
assets:add skips hidden files.
Desktop (please complete the following information):
- OS: macOs
thanks for opening this issue . 💙 aim rebuild the lighthouse again from scratch to make sure it is possible to write tests for it so it might takes time to see this issue closed but this problem is solved on the new branch and fully tested i will close this issue when the it is okay to use the new version