Update .gitattributes with lean-package-validator
Use lean-package-validator to refresh an existing .gitattributes file:
- •Run
./vendor/bin/lean-package-validator updateto replace missing export-ignore entries. - •Add
--align-export-ignoresif you want aligned columns. - •Add
--omit-headerto avoid modifying the header comment. - •If you need a preview first, run
./vendor/bin/lean-package-validator validate --diffand then re-run with theupdatecommand.
Keep any non-export-ignore rules intact; lean-package-validator appends export-ignores below them.