File tree Expand file tree Collapse file tree
resources/boost/skills/updating-gitattributes-file Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ description: Update .gitattributes files for Laravel Boost projects using lean-p
77
88Use lean-package-validator to refresh an existing .gitattributes file:
99
10- 1 . Run ` ./vendor/bin/lean-package-validator validate --overwrite ` to replace missing export-ignore entries.
10+ 1 . Run ` ./vendor/bin/lean-package-validator update ` to replace missing export-ignore entries.
11112 . Add ` --align-export-ignores ` if you want aligned columns.
12123 . Add ` --omit-header ` to avoid modifying the header comment.
13- 4 . If you need a preview first, run ` ./vendor/bin/lean-package-validator validate --diff ` and then re-run with ` --overwrite ` .
13+ 4 . If you need a preview first, run ` ./vendor/bin/lean-package-validator validate --diff ` and then re-run with the ` update ` command .
1414
15- Keep any non-export-ignore rules intact; lean-package-validator appends export-ignores below them.
15+ Keep any non-export-ignore rules intact; lean-package-validator appends export-ignores below them.
You can’t perform that action at this time.
0 commit comments