Creating Gitattributes File

Create a lean-package-validator compatible .gitattributes file in Laravel Boost projects; use when generating missing export-ignore entries or scaffolding a new .gitattributes file. Use when this capability is needed.

tomevault-io 8687054 2 files · 1.7 KB Updated

File contents

Create .gitattributes with lean-package-validator

Follow these steps from the repository root:

  1. Run ./vendor/bin/lean-package-validator validate --create to generate a .gitattributes file with all expected export-ignore entries.
  2. If you want aligned export-ignore columns, add --align-export-ignores.
  3. If you do not want the generated header comment, add --omit-header.
  4. If a .lpv file exists, it will be used automatically; otherwise the default PHP preset is used.

If the command reports missing patterns, re-run with --create after verifying the repository root is correct.


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/raphaelstolt--lean-package-validator--creating-gitattributes-file commit 86870546e6

Frequently asked questions

npx skillmds@latest add tomevault-io/creating-gitattributes-file