Skip to content

Commit 2e692f0

Browse files
committed
Add gitattributes for clean package export
1 parent eda13f4 commit 2e692f0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitattributes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Exclude development files from package exports
2+
/.gitignore export-ignore
3+
/.gitattributes export-ignore
4+
/tests/ export-ignore
5+
/.github/ export-ignore
6+
/phpunit.xml export-ignore
7+
/main.php export-ignore
8+
/README.md export-ignore

0 commit comments

Comments
 (0)