Skip to content

Commit 37048f6

Browse files
committed
Exclude .github directory from archives
The .github directory contains CI/CD workflows and repository configuration, which are not relevant for distributable packages.
1 parent b918a4c commit 37048f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/bin export-ignore
44
/tests export-ignore
55
.gitattributes export-ignore
6+
.github export-ignore
67
.gitignore export-ignore
7-
.travis.yml export-ignore
88
phpunit.xml export-ignore
9-
README.md export-ignore
9+
README.md export-ignore

0 commit comments

Comments
 (0)