Skip to content

Commit d7f782c

Browse files
committed
Adds descriptive llms.txt file
1 parent 8ca3476 commit d7f782c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ box.json.dist export-ignore
1515
CHANGELOG.md export-ignore
1616
example/ export-ignore
1717
LICENSE.md export-ignore
18+
llms.txt export-ignore
1819
lpv-logo.png export-ignore
1920
peck.json export-ignore
2021
phpstan.neon.dist export-ignore

llms.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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)

0 commit comments

Comments
 (0)