Skip to content

Commit 56d9918

Browse files
committed
Add .gitattributes for package distribution
Excludes development and documentation files from Composer package: - Development configs (.editorconfig, .gitignore, .gitattributes) - GitHub workflows - Documentation folder - Test files and configs - Vendor directory This is, of course, excluding things that are not yet part of the repository but will likely be part of it soon.
1 parent e430a82 commit 56d9918

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.editorconfig export-ignore
2+
.gitattributes export-ignore
3+
/.github/ export-ignore
4+
.gitignore export-ignore
5+
/docs/ export-ignore
6+
/tests/ export-ignore
7+
/vendor/ export-ignore
8+
/phpstan.neon.dist export-ignore
9+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)