File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ box.json.dist export-ignore
1515CHANGELOG.md export-ignore
1616example / export-ignore
1717LICENSE.md export-ignore
18+ llms.txt export-ignore
1819lpv-logo.png export-ignore
1920peck.json export-ignore
2021phpstan.neon.dist export-ignore
Original file line number Diff line number Diff line change 1+ # lean-package-validator
2+
3+ > lean-package-validator is a library and CLI for generating and validating the .gitattributes file of a Git repository, written in PHP.
4+
5+ You can use the lean-package-validator to generate and validate the .gitattributes file. It prevents non-source code related
6+ artifacts to make it into package releases.
7+
8+ The lean-package-validator includes several CLI commands to interact with a present .gitattributes file. Its focused group
9+ are package maintainers.
10+
11+ ## Reference
12+
13+ - [gitattributes documentation](https://git-scm.com/docs/gitattributes)
14+ - [lean-package-validator documentation](https://github.com/raphaelstolt/lean-package-validator/blob/main/README.md)
You can’t perform that action at this time.
0 commit comments