Skip to content

Commit b8cb035

Browse files
authored
fix(build): Leverage .gitattributes to reduce package size (#186)
1 parent b49931b commit b8cb035

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
* text=auto
2+
3+
# Path-based git attributes
4+
# https://git-scm.com/docs/gitattributes
5+
6+
# Ignore all test and documentation with "export-ignore".
7+
/.gitattributes export-ignore
8+
/.github export-ignore
9+
/.gitignore export-ignore
10+
/.php-cs-fixer.php export-ignore
11+
/CHANGELOG.md export-ignore
12+
/CODEOWNERS export-ignore
13+
/CONTRIBUTING.md export-ignore
14+
/Makefile export-ignore
15+
/SECURITY.md export-ignore
16+
/phpdoc.dist.xml export-ignore
17+
/phpunit.xml export-ignore
18+
/psalm.xml export-ignore
19+
/test-service export-ignore
20+
/tests export-ignore

0 commit comments

Comments
 (0)