File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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)
Original file line number Diff line number Diff line change 3333 " licenseless" ,
3434 " overwritable" ,
3535 " infoed" ,
36- " stdin"
36+ " stdin" ,
37+ " llms"
3738 ],
3839 "paths" : []
3940 }
You can’t perform that action at this time.
0 commit comments